summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pasquet <mathieui@mathieui.net>2011-10-17 19:07:53 +0200
committerMathieu Pasquet <mathieui@mathieui.net>2011-10-17 19:07:53 +0200
commit7d392c609348c28f9fae108955d79f150d4f47d5 (patch)
tree9043663a4e810c4b6353ba74e3b9c73cbe7e28a9
parent778754783e3e0371161ea883b62128b108c4e994 (diff)
downloadpoezio-7d392c609348c28f9fae108955d79f150d4f47d5.tar.gz
poezio-7d392c609348c28f9fae108955d79f150d4f47d5.tar.bz2
poezio-7d392c609348c28f9fae108955d79f150d4f47d5.tar.xz
poezio-7d392c609348c28f9fae108955d79f150d4f47d5.zip
Typo
-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: