Update modules/cfd1.py

This commit is contained in:
Nova Cat 2025-02-14 23:42:51 -08:00
parent 358c5ec04c
commit ff8eafb670

View file

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