diff options
Diffstat (limited to 'src/modules/hs_moo.c')
-rw-r--r-- | src/modules/hs_moo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/hs_moo.c b/src/modules/hs_moo.c index 04641e860..0c3070036 100644 --- a/src/modules/hs_moo.c +++ b/src/modules/hs_moo.c @@ -70,6 +70,10 @@ int test(int argc, char **argv) { return MOD_CONT; } +void AnopeFini(void) +{ + /* module is unloading */ +} /***************************************************************************************************************************************/ /* The code below here shows various ways of dealing with the module help system */ |