mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
Add new parameter to OnPart module hook: part message.
Sorry for API change :) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2215 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
virtual void OnPart(const CNick& Nick, CChan& Channel) {
|
||||
virtual void OnPart(const CNick& Nick, CChan& Channel, const CString& sMessage) {
|
||||
AutoCycle(Channel);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user