This commit is contained in:
Firepup Sixfifty 2023-11-14 22:55:41 -06:00
parent 3000e313fe
commit 73b57d8e34
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

2
bot.py
View file

@ -69,7 +69,7 @@ class bot(bare.bot):
if code in [376, 422]: if code in [376, 422]:
self.log(f"Success by code: {code}") self.log(f"Success by code: {code}")
break break
if "MODE" in ircmsg or "PRIVMSG" in ircmsg: if " MODE " in ircmsg or " PRIVMSG " in ircmsg:
self.log(f"Success by MSG/MODE") self.log(f"Success by MSG/MODE")
break break
if ircmsg.startswith("PING "): if ircmsg.startswith("PING "):