summaryrefslogtreecommitdiff
path: root/src/core/cs_ban.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_ban.c')
-rw-r--r--src/core/cs_ban.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cs_ban.c b/src/core/cs_ban.c
index 3031d461e..fa8b9ee97 100644
--- a/src/core/cs_ban.c
+++ b/src/core/cs_ban.c
@@ -226,3 +226,5 @@ int do_unban(User * u)
}
return MOD_CONT;
}
+
+MODULE_INIT("cs_ban")