summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 73ba79c6..791394d8 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1136,7 +1136,7 @@ class Core(object):
"""
args = arg.split()
nick = None
- if not isinstance(self.current_tab(), tabs.MucTab):
+ if len(args) == 0 and not isinstance(self.current_tab(), tabs.MucTab):
return
if len(args) == 0:
room = self.current_tab().get_room()