summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/irc-core.c')
-rw-r--r--src/irc/core/irc-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/core/irc-core.c b/src/irc/core/irc-core.c
index b036d244..b203fe35 100644
--- a/src/irc/core/irc-core.c
+++ b/src/irc/core/irc-core.c
@@ -103,6 +103,8 @@ void irc_core_init(void)
netsplit_init();
irc_rawlog_init();
irc_expandos_init();
+
+ module_register("core", "irc");
}
void irc_core_deinit(void)