mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
do not call OnAddUser hook during ZNC startup
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ public:
|
||||
bool UpdateModule(const CString &sModule);
|
||||
|
||||
bool DeleteUser(const CString& sUsername);
|
||||
bool AddUser(CUser* pUser, CString& sErrorRet);
|
||||
bool AddUser(CUser* pUser, CString& sErrorRet, bool bStartup = false);
|
||||
const std::map<CString,CUser*> & GetUserMap() const { return(m_msUsers); }
|
||||
|
||||
// Listener yummy
|
||||
|
||||
Reference in New Issue
Block a user