From 42df856b4e4741cf5ebdd267cf370e5a9eaf3dbc Mon Sep 17 00:00:00 2001 From: skyhusker Date: Sun, 23 Jan 2005 23:02:00 +0000 Subject: Added distinction between CTCP requests and CTCP replies --- (limited to 'noncore/net/opieirc/ircmessage.h') diff --git a/noncore/net/opieirc/ircmessage.h b/noncore/net/opieirc/ircmessage.h index 10ba450..40bb210 100644 --- a/noncore/net/opieirc/ircmessage.h +++ b/noncore/net/opieirc/ircmessage.h @@ -38,6 +38,8 @@ public: bool isNumerical(); /* CHeck if this IRCMessage is a CTCP message */ bool isCTCP(); + bool isCTCPRequest(); + bool isCTCPReply(); /* Return the IRC command (literal commands) */ QString command(); /* Return the CTCP command */ @@ -65,6 +67,7 @@ protected: QStringList m_parameters; bool m_isNumerical; bool m_ctcp; + bool m_ctcpRequest; }; #endif -- cgit v0.9.0.2