mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Merge remote-tracking branch 'supybot/master' into testing
Conflicts: plugins/Channel/plugin.py
This commit is contained in:
commit
ceabe070a0
@ -827,8 +827,8 @@ class Channel(callbacks.Plugin):
|
||||
msg.args[0] != channel and \
|
||||
(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
|
||||
irc.error(_('You don\'t have access to that information.'),
|
||||
Raise=True)
|
||||
L = list(irc.state.channels[channel].users)
|
||||
keys = [option for (option, arg) in optlist]
|
||||
if 'count' not in keys:
|
||||
|
@ -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-10-27T10:47:59+0200)'
|
||||
version = '0.83.4.1+limnoria (2011-10-27T11:56:13+0200)'
|
||||
|
Loading…
Reference in New Issue
Block a user