From 5299cbf7382c9d0e14181e7f1e6c1c5c5fd285ac Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 17 Jul 2006 21:01:57 +0000 Subject: # BUILD : 1.7.14 (1093) # BUGS : # NOTES : hs_request was missing the "officially supported" flag. git-svn-id: svn://svn.anope.org/anope/trunk@1093 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@817 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/hs_request.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index aff1ad5b8..0494a08c9 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -120,6 +120,7 @@ int AnopeInit(int argc, char **argv) moduleSetHostHelp(hs_help); moduleAddAuthor(AUTHOR); moduleAddVersion(VERSION); + moduleSetType(SUPPORTED); my_load_config(); my_add_languages(); -- cgit