This commit is contained in:
Mathieu Pasquet 2011-10-17 19:07:53 +02:00
parent 778754783e
commit 7d392c6093

View file

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