diff options
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r-- | src/core/cs_topic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c index 2dc3b46c1..5596c0d99 100644 --- a/src/core/cs_topic.c +++ b/src/core/cs_topic.c @@ -106,4 +106,4 @@ int do_cs_topic(User * u) return MOD_CONT; } -MODULE_INIT(CSTopic) +MODULE_INIT("cs_topic", CSTopic) |