This commit is contained in:
9pfs 2024-05-01 01:03:40 +00:00
parent 8916c23ac7
commit 7e927ff7fe
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

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