This commit is contained in:
Firepup Sixfifty 2023-11-04 21:20:18 -05:00
parent 9db8107b7e
commit 444b9ab2a6

View file

@ -308,6 +308,8 @@ def main():
if len(name) > nicklen:
log(f"Name too long ({len(name)} > {nicklen})", server)
continue
elif chan == botnick:
pass # TODO: Somehow combine into other checks
elif chan not in channels:
log(f"Channel not in channels ({chan} not in {channels})", server)
continue