idk:wq
This commit is contained in:
parent
8916c23ac7
commit
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 bot.server == "replirc":
|
||||||
if msg.split("!", 1)[0][1:] == "FireMCBot":
|
if msg.split("!", 1)[0][1:] == "FireMCBot":
|
||||||
bot.send("TOPIC #firemc :FireMC Relay channel (offline)\n")
|
bot.send("TOPIC #firemc :FireMC Relay channel (offline)\n")
|
||||||
|
return None, None
|
||||||
|
|
||||||
def NULL(bot: bare.bot, msg: str) -> tuple[None, None]:
|
def NULL(bot: bare.bot, msg: str) -> tuple[None, None]:
|
||||||
return None, None
|
return None, None
|
||||||
|
|
Loading…
Reference in a new issue