!convo fix does bad things to spaces, for some reason:
!convo add test
!convo fix s/test/two words/
will result in the convo two\ words, with a spurious backslash.
This can be worked around with judicious further use of !convo fix (as with most problems). Doesn't seem exploitable.
!convo fix does bad things to spaces, for some reason:
will result in the convo
two\ words
, with a spurious backslash. This can be worked around with judicious further use of !convo fix (as with most problems). Doesn't seem exploitable.