Skip to content

Commit

Permalink
Channel: Really deny access to the nicks list. Closes GH-172.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Aug 16, 2011
1 parent 5f9c889 commit 22eb147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/Channel/plugin.py
Expand Up @@ -828,6 +828,7 @@ def nicks(self, irc, msg, args, channel, optlist):
(ircutils.isChannel(msg.args[0]) or \
msg.nick not in irc.state.channels[channel].users):
irc.error(_('You don\'t have access to that information.'))
return
L = list(irc.state.channels[channel].users)
keys = [option for (option, arg) in optlist]
if 'count' not in keys:
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
@@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2011-08-15T17:24:33+0200)'
version = '0.83.4.1+limnoria (2011-08-16T13:22:23+0200)'

0 comments on commit 22eb147

Please sign in to comment.