Added OnLoginAttempt()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@689 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-03-16 00:04:14 +00:00
parent 71c5382909
commit 97fd4d0c7b
2 changed files with 26 additions and 4 deletions
+2
View File
@@ -390,6 +390,7 @@ public:
virtual ~CGlobalModule() {}
virtual EModRet OnConfigLine(const CString& sName, const CString& sValue, CUser* pUser, CChan* pChan);
virtual EModRet OnLoginAttempt(CSmartPtr<CAuthBase> Auth);
private:
};
@@ -399,6 +400,7 @@ public:
virtual ~CGlobalModules() {}
virtual bool OnConfigLine(const CString& sName, const CString& sValue, CUser* pUser, CChan* pChan);
virtual bool OnLoginAttempt(CSmartPtr<CAuthBase> Auth);
private:
};