mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Channel: Fix docstring. Closes GH-129.
This commit is contained in:
parent
f18850e5f8
commit
5c9a62e69a
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user