Channel: fix help text in "cycle" command

Closes #1197.
This commit is contained in:
James Lu 2015-12-19 09:01:29 -08:00
parent 65abedcca1
commit 45c5e29849
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class Channel(callbacks.Plugin):
@internationalizeDocstring
def cycle(self, irc, msg, args, channel, reason):
"""[<channel>]
"""[<channel>] [<reason>]
If you have the #channel,op capability, this will cause the bot to
"cycle", or PART and then JOIN the channel. <channel> is only necessary