Add the OnIRCConnectionError(CIRCSock *pIRCSock) module hook

This commit is contained in:
Kyle Fuller
2011-03-29 21:38:13 +01:00
parent 0ff6cd7491
commit 7162b01111
9 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ void OnPostRehash()
void OnIRCDisconnected()
void OnIRCConnected()
EModRet OnIRCConnecting(CIRCSock *pIRCSock)
void OnIRCConnectionError(CIRCSock *pIRCSock)
EModRet OnIRCRegistration(CString& sPass, CString& sNick, CString& sIdent, CString& sRealName)
EModRet OnBroadcast(CString& sMessage)
EModRet OnConfigLine(const CString& sName, const CString& sValue, CUser* pUser, CChan* pChan)