mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Merge pull request #936 from Mkaysi/network
Network: make whois reply more clear
This commit is contained in:
commit
53c08cd1b4
@ -243,7 +243,7 @@ class Network(callbacks.Plugin):
|
||||
L.append(format(_('is on %L'), normal))
|
||||
else:
|
||||
if command == 'whois':
|
||||
L = [_('isn\'t on any non-secret channels')]
|
||||
L = [_('isn\'t on any non-secret channels or has channel list hiding umode')]
|
||||
else:
|
||||
L = []
|
||||
channels = format('%L', L)
|
||||
|
Loading…
Reference in New Issue
Block a user