Channel: Fix docstring. Closes GH-129.

This commit is contained in:
Valentin Lorentz 2012-02-11 15:18:32 +01:00
parent f18850e5f8
commit 5c9a62e69a

View File

@ -618,8 +618,8 @@ class Channel(callbacks.Plugin):
def add(self, irc, msg, args, channel, user, capabilities):
"""[<channel>] <nick|username> <capability> [<capability> ...]
If you have the #channel,op capability, this will give the user
<name> (or the user to whom <nick> maps)
If you have the #channel,op capability, this will give the
<username> (or the user to whom <nick> maps)
the capability <capability> in the channel. <channel> is only
necessary if the message isn't sent in the channel itself.
"""