mirror of
https://github.com/znc/znc.git
synced 2026-08-11 19:32:46 +02:00
Add CUser::LoadModule() helper
Makes it easier to retry loading replacement modules when loading retired modules fail.
This commit is contained in:
@@ -238,6 +238,7 @@ protected:
|
||||
|
||||
private:
|
||||
void SetKeepBuffer(bool b) { SetAutoClearChanBuffer(!b); } // XXX compatibility crap, added in 0.207
|
||||
bool LoadModule(const CString& sModName, const CString& sArgs, const CString& sNotice, CString& sError);
|
||||
};
|
||||
|
||||
#endif // !_USER_H
|
||||
|
||||
Reference in New Issue
Block a user