summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index 8501f348..d2ed1894 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -1161,7 +1161,7 @@ class MucTab(ChatTab):
self.core.room_error(iq, self.get_name())
args = common.shell_split(arg)
if not args:
- self.core.command_help('ban')
+ return self.core.command_help('ban')
if len(args) > 1:
msg = args[1]
else: