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:
psychon
2008-01-03 21:00:25 +00:00
parent c4891c5dd8
commit 55a3fa0e05
4 changed files with 3 additions and 15 deletions
+3 -4
View File
@@ -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++) {