mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
Channel: Fix docstring. Closes GH-128.
This commit is contained in:
parent
1606e2d1e0
commit
7bb72c72be
@ -540,7 +540,7 @@ class Channel(callbacks.Plugin):
|
|||||||
"""[<channel>]
|
"""[<channel>]
|
||||||
|
|
||||||
If you have the #channel,op capability, this will show you the
|
If you have the #channel,op capability, this will show you the
|
||||||
current persistent bans on #channel.
|
current persistent bans on the <channel>.
|
||||||
"""
|
"""
|
||||||
c = ircdb.channels.getChannel(channel)
|
c = ircdb.channels.getChannel(channel)
|
||||||
if c.bans:
|
if c.bans:
|
||||||
|
Loading…
Reference in New Issue
Block a user