IRCCtcpParser Class Reference
+ Inheritance diagram for IRCCtcpParser:

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
 

Detailed Description

Definition at line 11 of file ircctcpparser.h.

Member Enumeration Documentation

Enumerator
Request 

A question is being asked through PRIVMSG.

Reply 

An answer is being sent through NOTICE.

Definition at line 24 of file ircctcpparser.h.


The documentation for this class was generated from the following files: