Skip to content

Commit

Permalink
Increase channel mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Oct 7, 2023
1 parent 9999ad3 commit 55118b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/channels.mod/channels.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ char *channels_start(Function *global_funcs)
"-autohalfop "
"-nodesynch "
"-static ");
module_register(MODULE_NAME, channels_table, 1, 2);
module_register(MODULE_NAME, channels_table, 1, 3);
if (!module_depend(MODULE_NAME, "eggdrop", 108, 0)) {
module_undepend(MODULE_NAME);
return "This module requires Eggdrop 1.8.0 or later.";
Expand Down

0 comments on commit 55118b0

Please sign in to comment.