From: Manuel Nickschas Date: Tue, 19 Oct 2010 18:45:07 +0000 (+0200) Subject: Introduce CtcpParser for CTCP-related event processing X-Git-Tag: 0.8-beta1~84 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=283fdb2c49e5efa1d497d8c3e6f624f86d008ff8;hp=283fdb2c49e5efa1d497d8c3e6f624f86d008ff8 Introduce CtcpParser for CTCP-related event processing Functionality from CtcpHandler has been ported over to CtcpParser to process IrcEventRawMessage events and generate appropriate MessageEvents and CtcpEvents from the raw input of PRIVMSG and NOTICE. CtcpEvents are not handled/stringified yet. ---