mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
Add OnTopic() module call
Thanks to SilverLeo, again. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1011 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -272,6 +272,7 @@ public:
|
||||
virtual EModRet OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage);
|
||||
virtual EModRet OnPrivNotice(CNick& Nick, CString& sMessage);
|
||||
virtual EModRet OnChanNotice(CNick& Nick, CChan& Channel, CString& sMessage);
|
||||
virtual EModRet OnTopic(CNick& Nick, CChan& Channel, CString& sTopic);
|
||||
|
||||
void * GetDLL();
|
||||
static double GetCoreVersion() { return VERSION; }
|
||||
@@ -407,6 +408,7 @@ public:
|
||||
virtual bool OnChanMsg(CNick& Nick, CChan& Channel, CString& sMessage);
|
||||
virtual bool OnPrivNotice(CNick& Nick, CString& sMessage);
|
||||
virtual bool OnChanNotice(CNick& Nick, CChan& Channel, CString& sMessage);
|
||||
virtual bool OnTopic(CNick& Nick, CChan& Channel, CString& sTopic);
|
||||
|
||||
CModule* FindModule(const CString& sModule) const;
|
||||
bool LoadModule(const CString& sModule, const CString& sArgs, CUser* pUser, CString& sRetMsg, bool bFake = false);
|
||||
|
||||
Reference in New Issue
Block a user