problems with jids containing a backslash
backslashes get deleted before commands are processed.
solution: apply the following diff:
**+ b/src/common.py
@ -177,6 +177,7
@ def shell_split(st):
sh.commenters = ''
sh.whitespace_split = True
sh.quotes = '"'
- sh.escape = ''
ret = list()
try:
w = sh.get_token()<code=text>
- Changesets:
- Revision 4a846912 by louiz on 2011-01-23T22:01:53Z:
Handle correctly the banning of a muc participant
Fixed #2112