forked from Firepup650/FireBot
Sanity
This commit is contained in:
parent
3000e313fe
commit
73b57d8e34
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -69,7 +69,7 @@ class bot(bare.bot):
|
|||
if code in [376, 422]:
|
||||
self.log(f"Success by code: {code}")
|
||||
break
|
||||
if "MODE" in ircmsg or "PRIVMSG" in ircmsg:
|
||||
if " MODE " in ircmsg or " PRIVMSG " in ircmsg:
|
||||
self.log(f"Success by MSG/MODE")
|
||||
break
|
||||
if ircmsg.startswith("PING "):
|
||||
|
|
Loading…
Reference in a new issue