diff options
Diffstat (limited to 'src/core/cs_xop.c')
-rw-r--r-- | src/core/cs_xop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_xop.c b/src/core/cs_xop.c index cc177549c..55edaba42 100644 --- a/src/core/cs_xop.c +++ b/src/core/cs_xop.c @@ -496,4 +496,4 @@ int do_xop(User * u, const char *xname, int xlev, int *xmsgs) return MOD_CONT; } -MODULE_INIT(CSXOP) +MODULE_INIT("cs_xop", CSXOP) |