mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Left in an _getIrcName call.
This commit is contained in:
parent
a82e806a2d
commit
d6136cc39e
@ -225,7 +225,7 @@ class Network(callbacks.Privmsg):
|
||||
return
|
||||
(replyIrc, replyMsg, d) = self._whois[(irc, loweredNick)]
|
||||
del self._whois[(irc, loweredNick)]
|
||||
s = 'There is no %s on %s.' % (nick, self._getIrcName(irc))
|
||||
s = 'There is no %s on %s.' % (nick, irc.network)
|
||||
replyIrc.reply(s)
|
||||
do401 = do402
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user