mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Some code accidentally code committed, a useless function.
This commit is contained in:
parent
24f95e6a75
commit
3aa6faa82a
@ -531,9 +531,6 @@ class Irc(IrcCommandDispatcher):
|
|||||||
else:
|
else:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def do001(self, msg):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def doPing(self, msg):
|
def doPing(self, msg):
|
||||||
"""Handles PING messages."""
|
"""Handles PING messages."""
|
||||||
self.sendMsg(ircmsgs.pong(msg.args[0]))
|
self.sendMsg(ircmsgs.pong(msg.args[0]))
|
||||||
|
Loading…
Reference in New Issue
Block a user