Update modules/pawserv.py

This commit is contained in:
Nova Cat 2025-02-14 23:48:07 -08:00
parent 6d74be3459
commit c40a77e392

View file

@ -39,6 +39,7 @@ class IRCatModule:
try:
if command == "JOIN":
channel = args[0]
print(channel)
query = self.sql.chanserv_details(channel)
topic = ""
if query != False: