forked from Firepup650/FireBot
parent
b50a6aef00
commit
ab865d3dbb
1 changed files with 0 additions and 2 deletions
2
bot.py
2
bot.py
|
@ -115,8 +115,6 @@ class bot(bare.bot):
|
||||||
handlers.CTCP(self, ircmsg)
|
handlers.CTCP(self, ircmsg)
|
||||||
if "Closing link" in ircmsg:
|
if "Closing link" in ircmsg:
|
||||||
self.exit("Closing Link")
|
self.exit("Closing Link")
|
||||||
if ircmsg.startswith(":FireMCBot!minecraft@fire.mc QUIT"):
|
|
||||||
self.send("TOPIC #firemc :FireMC Relay channel (offline)\n")
|
|
||||||
else:
|
else:
|
||||||
self.exit("Lost connection to the server")
|
self.exit("Lost connection to the server")
|
||||||
self.log(f"Joined {self.server} successfully!")
|
self.log(f"Joined {self.server} successfully!")
|
||||||
|
|
Loading…
Reference in a new issue