This commit is contained in:
parent
7794ed874a
commit
59500b21e0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Replacement for services bots.
|
||||
import traceback, smtplib, uuid
|
||||
import traceback, smtplib, uuid, ssl
|
||||
__ircat_type__ = "command"
|
||||
__ircat_requires__ = ["name", "smtp_host", "smtp_port", "smtp_starttls", "smtp_username", "smtp_password"]
|
||||
__ircat_giveme__ = ["sql"] # Only command and allsocket have these.
|
||||
|
|
Loading…
Add table
Reference in a new issue