summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 3517c0c3..0ab6e1bb 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -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: