mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19:19:31 +01:00
commands: remove extraneous private=True from showchan
This commit is contained in:
parent
4205694a65
commit
79e2d20d9d
@ -99,7 +99,7 @@ def showchan(irc, source, args):
|
||||
secret = ('s', None) in c.modes
|
||||
if secret and not verbose:
|
||||
# Hide secret channels from normal users.
|
||||
irc.error('Unknown channel %r.' % channel, private=True)
|
||||
irc.error('Unknown channel %r.' % channel)
|
||||
return
|
||||
|
||||
nicks = [irc.users[u].nick for u in c.users]
|
||||
|
Loading…
Reference in New Issue
Block a user