mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 05:02:32 +01:00
Network: More minor improvements to 'whois' output
This commit is contained in:
parent
2b324203e7
commit
2628dc03c4
@ -291,9 +291,9 @@ class Network(callbacks.Plugin):
|
|||||||
(replyIrc, replyMsg, d, command) = self._whois[(irc, loweredNick)]
|
(replyIrc, replyMsg, d, command) = self._whois[(irc, loweredNick)]
|
||||||
del self._whois[(irc, loweredNick)]
|
del self._whois[(irc, loweredNick)]
|
||||||
if command == 'whois':
|
if command == 'whois':
|
||||||
template = _('There is no %s on %s.')
|
template = _('There is no user %s on %s.')
|
||||||
else:
|
else:
|
||||||
template = _('There was no %s on %s.')
|
template = _('There was no user %s on %s.')
|
||||||
s = template % (nick, irc.network)
|
s = template % (nick, irc.network)
|
||||||
replyIrc.reply(s)
|
replyIrc.reply(s)
|
||||||
do401 = do402
|
do401 = do402
|
||||||
|
Loading…
Reference in New Issue
Block a user