This commit is contained in:
James Vega 2005-01-04 14:29:40 +00:00
parent e48126028d
commit 3d8a4e280c
1 changed files with 7 additions and 1 deletions

View File

@ -453,7 +453,13 @@ class Channel(callbacks.Privmsg):
replyIrc = self.invites.pop((irc, nick), None)
if replyIrc is not None:
replyIrc.error('There is no %s on this network.' % nick)
do504 = do401
def do504(self, irc, msg):
nick = msg.args[1]
nick = ircutils.toLower(nick)
replyIrc = self.invites.pop((irc, nick), None)
if replyirc is not None:
replyIrc.error('There is no %s on this server.' % nick)
def lobotomize(self, irc, msg, args, channel):
"""[<channel>]