mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-08 03:59:23 +01:00
Removed a comment.
This commit is contained in:
parent
6712760e5b
commit
1edbaab882
@ -94,7 +94,7 @@ def checkChannelCapability(f, capability):
|
|||||||
Do note that you need to add a "channel" argument to your argument list.
|
Do note that you need to add a "channel" argument to your argument list.
|
||||||
"""
|
"""
|
||||||
def newf(self, irc, msg, args, *L):
|
def newf(self, irc, msg, args, *L):
|
||||||
channel = getChannel(msg, args) # Make a copy, f might getChannel.
|
channel = getChannel(msg, args)
|
||||||
chancap = ircdb.makeChannelCapability(channel, capability)
|
chancap = ircdb.makeChannelCapability(channel, capability)
|
||||||
if ircdb.checkCapability(msg.prefix, chancap):
|
if ircdb.checkCapability(msg.prefix, chancap):
|
||||||
L += (channel,)
|
L += (channel,)
|
||||||
|
Loading…
Reference in New Issue
Block a user