From 297b11d1a8e2896c5ae29f4978dfd88cdbb22f27 Mon Sep 17 00:00:00 2001 From: "trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 23 Oct 2004 06:48:22 +0000 Subject: BUILD : 1.7.5 (418) BUGS : N/A NOTES : 1. Fixed Rage IRCD compiler error, 2. Added hook for Unreal SJOIN +I support, 3. wallops() is back, 4. depricated.h added to help older modules work with the new commands git-svn-id: svn://svn.anope.org/anope/trunk@418 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@279 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/module.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') diff --git a/src/modules/module.h b/src/modules/module.h index e62ddf89b..3f341c0aa 100644 --- a/src/modules/module.h +++ b/src/modules/module.h @@ -2,6 +2,7 @@ #include "commands.h" #include "language.h" #include "modules.h" +#include "depricated.h" #define MOD_UNIQUE 0 #define MOD_HEAD 1 -- cgit