From 6f9f1796b30cfe5a5de54ade96292b3764b82834 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 4 Dec 2014 16:42:15 +0100 Subject: fix wrong argument name (2/78) --- src/tabs/muctab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/muctab.py b/src/tabs/muctab.py index 2cfc8f40..a49c1fd9 100644 --- a/src/tabs/muctab.py +++ b/src/tabs/muctab.py @@ -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) -- cgit v1.2.3