diff --git a/src/modules/history.c b/src/modules/history.c index c9d7ea31b..c7e78ebc4 100644 --- a/src/modules/history.c +++ b/src/modules/history.c @@ -42,6 +42,7 @@ CMD_FUNC(cmd_history); MOD_INIT() { + MARK_AS_OFFICIAL_MODULE(modinfo); CommandAdd(NULL, "HISTORY", cmd_history, MAXPARA, CMD_USER); return MOD_SUCCESS; }