mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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)]
|
||||
del self._whois[(irc, loweredNick)]
|
||||
if command == 'whois':
|
||||
template = _('There is no %s on %s.')
|
||||
template = _('There is no user %s on %s.')
|
||||
else:
|
||||
template = _('There was no %s on %s.')
|
||||
template = _('There was no user %s on %s.')
|
||||
s = template % (nick, irc.network)
|
||||
replyIrc.reply(s)
|
||||
do401 = do402
|
||||
|
Loading…
Reference in New Issue
Block a user