mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Support OnClientCapLs in modpython #98
This commit is contained in:
@@ -72,3 +72,4 @@ EModRet OnModuleLoading(const CString& sModName, const CString& sArgs, CModInfo:
|
||||
EModRet OnModuleUnloading(CModule* pModule, bool& bSuccess, CString& sRetMsg)
|
||||
EModRet OnGetModInfo(CModInfo& ModInfo, const CString& sModule, bool& bSuccess, CString& sRetMsg)
|
||||
void OnGetAvailableMods(std::set<CModInfo>& ssMods, CModInfo::EModuleType eType)
|
||||
void OnClientCapLs(CClient* pClient, SCString& ssCaps)
|
||||
|
||||
Reference in New Issue
Block a user