From 59500b21e053f59dd241ce89747f95452c4f1437 Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 20:43:56 -0800 Subject: [PATCH] Update modules/pawserv.py --- modules/pawserv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pawserv.py b/modules/pawserv.py index edc2b10..46de412 100644 --- a/modules/pawserv.py +++ b/modules/pawserv.py @@ -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.