mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
Remove OnFinishedConfig() module call
No one used it anyway git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@909 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -54,6 +54,9 @@ public:
|
||||
}
|
||||
|
||||
virtual bool OnBoot() {
|
||||
// The config is now read completely, so all Users are set up
|
||||
Load();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -83,10 +86,6 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnFinishedConfig() {
|
||||
Load();
|
||||
}
|
||||
|
||||
void Load() {
|
||||
VCString vsChannels;
|
||||
for (MCString::iterator it = BeginNV(); it != EndNV(); it++) {
|
||||
|
||||
Reference in New Issue
Block a user