diff options
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index e08243bc..e2b2fb1e 100644 --- a/src/core.py +++ b/src/core.py @@ -961,7 +961,7 @@ class Core(object): jid = args[0] tab = self.open_conversation_window(jid, focus=True) if len(args) > 1: - tab.command_say(arg.strip()[len(jid):]) + tab.command_say(arg.strip()[len(jid)+1:]) def command_version(self, arg): """ |