From a2abc116e52016ecf8d4268245dcdcd8dbb079a0 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 27 Mar 2011 14:40:29 +0200 Subject: Jump the space on /message JID blabla command --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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): """ -- cgit v1.2.3