diff --git a/plugins/Network/plugin.py b/plugins/Network/plugin.py index aeaaa8636..548039e95 100644 --- a/plugins/Network/plugin.py +++ b/plugins/Network/plugin.py @@ -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)