Jump the space on /message JID blabla command
This commit is contained in:
parent
e4f2828347
commit
a2abc116e5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue