Typo
This commit is contained in:
parent
778754783e
commit
7d392c6093
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ class MucTab(ChatTab):
|
|||
"""
|
||||
args = common.shell_split(arg)
|
||||
if len(args) < 1:
|
||||
self.core.command_help('command')
|
||||
self.core.command_help(command)
|
||||
return
|
||||
nick = args[0]
|
||||
if len(args) >= 2:
|
||||
|
|
Loading…
Reference in a new issue