mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Merge pull request #1056 from GLolol/patch-1
Network.whois: simplify message when user isn't on any public channels
This commit is contained in:
commit
0d7e0f73fb
@ -243,8 +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 or is using a '
|
||||
'channel-list hiding umode.')]
|
||||
L = [_('isn\'t on any publicly visible channels')]
|
||||
else:
|
||||
L = []
|
||||
channels = format('%L', L)
|
||||
|
Loading…
Reference in New Issue
Block a user