fix wrong argument name (2/78)
This commit is contained in:
parent
d1c4c7cf58
commit
6f9f1796b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue