mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +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:
|
||||
return None
|
||||
|
||||
def do001(self, msg):
|
||||
pass
|
||||
|
||||
def doPing(self, msg):
|
||||
"""Handles PING messages."""
|
||||
self.sendMsg(ircmsgs.pong(msg.args[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user