From 1f487855a5097c65aaad4752df259b9a877ba364 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:33:18 +0000 Subject: Changed to work with new log-level Fixed to allow comments in config file to work properly git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@166 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 9b750e599..4f7921532 100644 --- a/include/modules.h +++ b/include/modules.h @@ -8,6 +8,12 @@ #ifndef __PLUGIN_H #define __PLUGIN_H +#define DEBUG 10 +#define VERBOSE 20 +#define DEFAULT 30 +#define SPARSE 40 +#define NONE 50 + #include "dynamic.h" #include "base.h" #include -- cgit v1.2.3