mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Add OnUnknownUserRaw() global module call.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1314 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -72,6 +72,9 @@ void CClient::ReadLine(const CString& sData) {
|
||||
#ifdef _MODULES
|
||||
if (IsAttached()) {
|
||||
MODULECALL(OnUserRaw(sLine), m_pUser, this, return);
|
||||
} else {
|
||||
if (CZNC::Get().GetModules().OnUnknownUserRaw(this, sLine))
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user