CIRCSock::OnNickMessage() handler

This commit is contained in:
J-P Nurmi
2015-09-05 01:40:24 +02:00
parent c4a216c554
commit 41a9b36687
2 changed files with 33 additions and 28 deletions
+2 -1
View File
@@ -20,6 +20,7 @@
#include <znc/zncconfig.h>
#include <znc/Socket.h>
#include <znc/Nick.h>
#include <znc/Message.h>
#include <deque>
@@ -28,7 +29,6 @@ class CChan;
class CUser;
class CIRCNetwork;
class CClient;
class CMessage;
// !Forward Declarations
// TODO: This class needs new name
@@ -57,6 +57,7 @@ public:
bool OnChanMsg(CMessage& Message);
bool OnPrivNotice(CMessage& Message);
bool OnChanNotice(CMessage& Message);
bool OnNickMessage(CNickMessage& Message);
bool OnServerCapAvailable(const CString& sCap);
// !Message Handlers