fix wrong argument name (2/78)

This commit is contained in:
Florent Le Coz 2014-12-04 16:42:15 +01:00
parent d1c4c7cf58
commit 6f9f1796b3

View file

@ -389,7 +389,7 @@ class MucTab(ChatTab):
@command_args_parser.raw
def command_cycle(self, msg):
"""/cycle [reason]"""
self.command_part(args)
self.command_part(msg)
self.disconnect()
self.user_win.pos = 0
self.core.disable_private_tabs(self.name)