Introduce CtcpParser for CTCP-related event processing
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Oct 2010 18:45:07 +0000 (20:45 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Oct 2010 21:48:53 +0000 (23:48 +0200)
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.


No differences found