From ff8eafb670360224408241d6bd8f5703ce4763a3 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Fri, 14 Feb 2025 23:42:51 -0800 Subject: [PATCH] Update modules/cfd1.py --- modules/cfd1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cfd1.py b/modules/cfd1.py index 0c3fa22..67ef046 100644 --- a/modules/cfd1.py +++ b/modules/cfd1.py @@ -46,6 +46,7 @@ class broker: e = self.cfexec("INSERT INTO nickserv values(?, 'iw', ?, ?);", [nick, hashed, email]) def chanserv_details(self, channel): e = self.cfexec("SELECT * FROM chanserv WHERE name=?;", [channel]) + print(e) if len(e) == 0: return False else: