fix wrong argument name (1/78)
This commit is contained in:
parent
e1808a8455
commit
823e3d178e
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ class MucTab(ChatTab):
|
|||
"""
|
||||
/close [msg]
|
||||
"""
|
||||
self.command_part(args)
|
||||
self.command_part(msg)
|
||||
self.core.close_tab()
|
||||
|
||||
@command_args_parser.quoted(1, 1)
|
||||
|
|
Loading…
Reference in a new issue