Remove old refrence to "CTCPHandler"
This commit is contained in:
parent
2c7fbb601b
commit
fadd8539e6
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -59,7 +59,7 @@ class bot:
|
|||
elif ircmsg.startswith("PING "):
|
||||
self.ping(ircmsg)
|
||||
elif len(ircmsg.split("\x01")) == 3:
|
||||
self.CTCPHandler(ircmsg, isRaw=True)
|
||||
self.CTCP(ircmsg, isRaw=True)
|
||||
elif ircmsg.find("Closing Link") != -1:
|
||||
self.exit("Closing Link")
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue