dont-spam-firemc #7

Closed
9pfs wants to merge 15 commits from 9pfs/FireBot:dont-spam-firemc into master
Showing only changes of commit 7e927ff7fe - Show all commits

View file

@ -176,6 +176,7 @@ def QUIT(bot: bare.bot, msg: str) -> tuple[None, None]:
if bot.server == "replirc":
if msg.split("!", 1)[0][1:] == "FireMCBot":
bot.send("TOPIC #firemc :FireMC Relay channel (offline)\n")
return None, None
def NULL(bot: bare.bot, msg: str) -> tuple[None, None]:
return None, None