mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-01 07:04:06 +01:00
revert
This commit is contained in:
parent
e48126028d
commit
3d8a4e280c
@ -453,7 +453,13 @@ class Channel(callbacks.Privmsg):
|
|||||||
replyIrc = self.invites.pop((irc, nick), None)
|
replyIrc = self.invites.pop((irc, nick), None)
|
||||||
if replyIrc is not None:
|
if replyIrc is not None:
|
||||||
replyIrc.error('There is no %s on this network.' % nick)
|
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):
|
def lobotomize(self, irc, msg, args, channel):
|
||||||
"""[<channel>]
|
"""[<channel>]
|
||||||
|
Loading…
Reference in New Issue
Block a user