diff options
Diffstat (limited to 'src/cmd_modules.cpp')
-rw-r--r-- | src/cmd_modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_modules.cpp b/src/cmd_modules.cpp index 60ba1fa25..dbf7efee4 100644 --- a/src/cmd_modules.cpp +++ b/src/cmd_modules.cpp @@ -51,7 +51,7 @@ char* itab[] = { "OnOperCompare", "OnChannelDelete", "OnPostOper", "OnSyncOtherMetaData", "OnSetAway", "OnCancelAway", NULL }; -void cmd_modules::Handle (char **parameters, int pcnt, userrec *user) +void cmd_modules::Handle (const char** parameters, int pcnt, userrec *user) { for (unsigned int i = 0; i < Config->module_names.size(); i++) { |