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)
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 " ,.-!?"


No differences found