Some code accidentally code committed, a useless function.

This commit is contained in:
Jeremy Fincher 2003-12-01 12:04:26 +00:00
parent 24f95e6a75
commit 3aa6faa82a
1 changed files with 0 additions and 3 deletions

View File

@ -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]))