Fixed CTCP Action Spliting
authortecknojock <tecknojock@gmail.com>
Thu, 14 Aug 2014 19:53:30 +0000 (14:53 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 23 Sep 2014 21:25:04 +0000 (23:25 +0200)
commitd86cc80c2a3835bd50f25043283a6338096c5208
tree5c1bd257cc615c876829129cbc9b90c79275ebb4
parent81855712b6b0c18a021b7d40464d637be80ec31a
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