From 45c5e298496f4cd44821f98b8d09162af1154ca2 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 19 Dec 2015 09:01:29 -0800 Subject: [PATCH] Channel: fix help text in "cycle" command Closes #1197. --- 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 3e1e46583..1a11cffd5 100644 --- a/plugins/Channel/plugin.py +++ b/plugins/Channel/plugin.py @@ -265,7 +265,7 @@ class Channel(callbacks.Plugin): @internationalizeDocstring def cycle(self, irc, msg, args, channel, reason): - """[] + """[] [] If you have the #channel,op capability, this will cause the bot to "cycle", or PART and then JOIN the channel. is only necessary