diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index c43afaaa5..56b5f3e90 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1926,3 +1926,5 @@ int AnopeInit(int argc, char **argv) return MOD_CONT; } + +MODULE_INIT("unreal32") |