summaryrefslogtreecommitdiff
path: root/src/core/cs_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r--src/core/cs_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index c752c8945..b785a27c7 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -115,4 +115,4 @@ void make_unidentified(User * u, ChannelInfo * ci)
}
}
-MODULE_INIT(CSLogout)
+MODULE_INIT("cs_logout", CSLogout)