do not call OnAddUser hook during ZNC startup

This commit is contained in:
Thomas Kriechbaumer
2015-03-21 15:22:43 +00:00
parent 28bb50fa1a
commit a56d4cae6a
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -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