fix wrong argument name (1/78)

This commit is contained in:
Florent Le Coz 2014-11-25 17:12:47 +01:00
parent e1808a8455
commit 823e3d178e

View file

@ -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)