summaryrefslogtreecommitdiff
path: root/src/modules/demos/hs_moo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/demos/hs_moo.c')
-rw-r--r--src/modules/demos/hs_moo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/demos/hs_moo.c b/src/modules/demos/hs_moo.c
index b65e83bb6..aa8e41f7c 100644
--- a/src/modules/demos/hs_moo.c
+++ b/src/modules/demos/hs_moo.c
@@ -50,8 +50,8 @@ int AnopeInit(int argc, char **argv) /* This will be executed when the mod
moduleAddCallback("test",time(NULL)+dotime("15s"),test,0,NULL); /* set a call-back function to exec in 3 mins time */
moduleDelCallback("test");
- moduleAddAuthor(AUTHOR); /* tell Anope about the author */
- moduleAddVersion(VERSION); /* Tell Anope about the verison */
+ this->SetAuthor(AUTHOR); /* tell Anope about the author */
+ this->SetVersion(VERSION); /* Tell Anope about the verison */
if(status!=MOD_ERR_OK) {
return MOD_STOP;