From 1ea8443551e303711cc0e8a7aeeec045bd930daa Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sun, 2 Feb 2020 12:23:26 +0100 Subject: [PATCH] Mark history as official module --- src/modules/history.c | 1 + 1 file changed, 1 insertion(+) 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; }