Public Types | |
enum | CtcpEcho { PrintAsNormalMessage, DisplayInServerTab, DisplayThroughGlobalMessage, DontShow } |
enum | MessageType { Request, Reply } |
Public Member Functions | |
IRCCtcpParser (IRCNetworkAdapter *network, const QString &sender, const QString &recipient, const QString &msg, MessageType msgType) | |
CtcpEcho | echo () const |
bool | parse () |
const QString & | printable () const |
const QString & | reply () const |
Definition at line 33 of file ircctcpparser.h.
Enumerator | |
---|---|
Request |
A question is being asked through PRIVMSG. |
Reply |
An answer is being sent through NOTICE. |
Definition at line 46 of file ircctcpparser.h.