Removed a comment.

This commit is contained in:
Jeremy Fincher 2003-10-15 03:32:18 +00:00
parent 6712760e5b
commit 1edbaab882
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def checkChannelCapability(f, capability):
Do note that you need to add a "channel" argument to your argument list.
"""
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)
if ircdb.checkCapability(msg.prefix, chancap):
L += (channel,)