mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-19 07:00:57 +01:00
Oops, still had a msg!
This commit is contained in:
parent
e5689daf6d
commit
585eb4a751
@ -475,7 +475,7 @@ class Relay(callbacks.Privmsg, configurable.Mixin):
|
|||||||
s = '%s (%s) has been%s on server %s since %s (idle for %s) and ' \
|
s = '%s (%s) has been%s on server %s since %s (idle for %s) and ' \
|
||||||
'%s.%s' % (user, hostmask, identify, server, signon, idle,
|
'%s.%s' % (user, hostmask, identify, server, signon, idle,
|
||||||
channels, away)
|
channels, away)
|
||||||
replyIrc.reply(replyMsg, s)
|
replyIrc.reply(s)
|
||||||
del self._whois[(irc, loweredNick)]
|
del self._whois[(irc, loweredNick)]
|
||||||
|
|
||||||
def do402(self, irc, msg):
|
def do402(self, irc, msg):
|
||||||
@ -487,7 +487,7 @@ class Relay(callbacks.Privmsg, configurable.Mixin):
|
|||||||
(replyIrc, replyMsg, d) = self._whois[(irc, loweredNick)]
|
(replyIrc, replyMsg, d) = self._whois[(irc, loweredNick)]
|
||||||
del self._whois[(irc, loweredNick)]
|
del self._whois[(irc, loweredNick)]
|
||||||
s = 'There is no %s on %s.' % (nick, self.abbreviations[irc])
|
s = 'There is no %s on %s.' % (nick, self.abbreviations[irc])
|
||||||
replyIrc.reply(replyMsg, s)
|
replyIrc.reply(s)
|
||||||
|
|
||||||
do401 = do402
|
do401 = do402
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user