Merge remote-tracking branch 'progval/testing' into testing

This commit is contained in:
Mika Suomalainen 2011-08-16 16:21:18 +03:00
commit fc2b67d03d
2 changed files with 2 additions and 1 deletions

View File

@ -828,6 +828,7 @@ class Channel(callbacks.Plugin):
(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:

View File

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