Fixed CTCP Action Spliting
authortecknojock <tecknojock@gmail.com>
Thu, 14 Aug 2014 19:53:30 +0000 (14:53 -0500)
committertecknojock <tecknojock@gmail.com>
Thu, 14 Aug 2014 19:53:30 +0000 (14:53 -0500)
commit067450ab81038dc8a539d42630871d5a28ae2ddc
tree3099e2ce2981c960e7f076cc61b6aa22e24d3242
parent3939820389d995f56a073fc1d54ab245c6558312
Fixed CTCP Action Spliting

Previously /me would truncate if it was over the 512 character limit,
forming a malformed action as the last \01 character is cut off. Now the
CTCP Action should autosplit the same way that overflow on normal
messages does. Additionally the characters !? were added to the
splittable characters list, bringing the new list to " ,.-!?"
src/core/coreuserinputhandler.cpp
src/core/coreuserinputhandler.h
src/core/ctcpparser.cpp