mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 20:14:20 +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):
|
def add(self, irc, msg, args, channel, user, capabilities):
|
||||||
"""[<channel>] <nick|username> <capability> [<capability> ...]
|
"""[<channel>] <nick|username> <capability> [<capability> ...]
|
||||||
|
|
||||||
If you have the #channel,op capability, this will give the user
|
If you have the #channel,op capability, this will give the
|
||||||
<name> (or the user to whom <nick> maps)
|
<username> (or the user to whom <nick> maps)
|
||||||
the capability <capability> in the channel. <channel> is only
|
the capability <capability> in the channel. <channel> is only
|
||||||
necessary if the message isn't sent in the channel itself.
|
necessary if the message isn't sent in the channel itself.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user