summaryrefslogtreecommitdiff
path: root/src/modules/cs_tban.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-04 16:30:53 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-05-04 16:30:53 +0000
commitc29ebf0b3522829e4728133877ef980d212f7d6b (patch)
tree3e26a3e750f8ac5443fcaa39b64ea5334c8e9269 /src/modules/cs_tban.c
parent96832f34e76fbde5c388b992bd705880de2f2cf4 (diff)
BUILD : 1.7.8 (766) BUGS : N/A NOTES : Added author/version and type to cs_tban
git-svn-id: svn://svn.anope.org/anope/trunk@766 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@527 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/cs_tban.c')
-rw-r--r--src/modules/cs_tban.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c
index a790256f0..567fc4729 100644
--- a/src/modules/cs_tban.c
+++ b/src/modules/cs_tban.c
@@ -1,7 +1,7 @@
#include "module.h"
#define AUTHOR "Rob"
-#define VERSION "1"
+#define VERSION "$Id$"
void myHelp(User * u);
void myFullHelpSyntax(User * u);
@@ -33,6 +33,10 @@ int AnopeInit(int argc, char **argv)
mAddLanguages();
+ moduleAddAuthor(AUTHOR);
+ moduleAddVersion(VERSION);
+ moduleSetType(SUPPORTED);
+
if (status != MOD_ERR_OK) {
return MOD_STOP;
}