diff options
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 9f184e868..034976fb7 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -1862,7 +1862,7 @@ void LoadAllModules(InspIRCd* ServerInstance) char configToken[MAXBUF]; Config->module_names.clear(); MODCOUNT = -1; - + for (int count = 0; count < Config->ConfValueEnum(Config->config_data, "module"); count++) { Config->ConfValue(Config->config_data, "module","name",count,configToken,MAXBUF); |