Jump the space on /message JID blabla command

This commit is contained in:
Florent Le Coz 2011-03-27 14:40:29 +02:00
parent e4f2828347
commit a2abc116e5

View file

@ -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):
"""