Merge pull request #936 from Mkaysi/network

Network: make whois reply more clear
This commit is contained in:
Valentin Lorentz 2014-12-08 08:22:02 +01:00
commit 53c08cd1b4

View File

@ -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)