diff --git a/ircd/modules.c b/ircd/modules.c index 2985f1c2..8db03c36 100644 --- a/ircd/modules.c +++ b/ircd/modules.c @@ -943,6 +943,8 @@ load_a_module(const char *path, int warn, int core) } } } + + break; default: ilog(L_MAIN, "Module %s has unknown/unsupported MAPI version %d.", mod_basename, MAPI_VERSION(*mapi_version));