forked from Firepup650/FireBot
Compare commits
2 commits
8916c23ac7
...
16a744ac56
Author | SHA1 | Date | |
---|---|---|---|
16a744ac56 | |||
7e927ff7fe |
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue