mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +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))
|
L.append(format(_('is on %L'), normal))
|
||||||
else:
|
else:
|
||||||
if command == 'whois':
|
if command == 'whois':
|
||||||
L = [_('isn\'t on any non-secret channels or is using a '
|
L = [_('isn\'t on any publicly visible channels')]
|
||||||
'channel-list hiding umode.')]
|
|
||||||
else:
|
else:
|
||||||
L = []
|
L = []
|
||||||
channels = format('%L', L)
|
channels = format('%L', L)
|
||||||
|
Loading…
Reference in New Issue
Block a user