Update modules/pawserv.py
All checks were successful
/ check (push) Successful in 10s

This commit is contained in:
Nova Cat 2025-01-21 20:43:56 -08:00
parent 7794ed874a
commit 59500b21e0

View file

@ -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.