From 7bb72c72beeb5644dc2eb70f66baa31ebc2c8046 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 11 Feb 2012 15:19:50 +0100 Subject: [PATCH] Channel: Fix docstring. Closes GH-128. --- plugins/Channel/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Channel/plugin.py b/plugins/Channel/plugin.py index 0eb9f4f6d..a1f6b0705 100644 --- a/plugins/Channel/plugin.py +++ b/plugins/Channel/plugin.py @@ -540,7 +540,7 @@ class Channel(callbacks.Plugin): """[] If you have the #channel,op capability, this will show you the - current persistent bans on #channel. + current persistent bans on the . """ c = ircdb.channels.getChannel(channel) if c.bans: