summaryrefslogtreecommitdiff
path: root/src/core/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/commands.py')
-rw-r--r--src/core/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/commands.py b/src/core/commands.py
index 974c706f..2f5147c0 100644
--- a/src/core/commands.py
+++ b/src/core/commands.py
@@ -266,7 +266,7 @@ def command_list(self, args):
if args is None:
return self.command_help('list')
elif args:
- server = safeJID(args[0])
+ server = safeJID(args[0]).server
else:
if not isinstance(self.current_tab(), tabs.MucTab):
return self.information('Please provide a server', 'Error')