diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:33:18 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-02-09 12:33:18 +0000 |
commit | 1f487855a5097c65aaad4752df259b9a877ba364 (patch) | |
tree | 494f7b3732726b10f41728c4b91e4d07a8655dff /include | |
parent | 330da271fb8fff08865c7c489a5d4b4bdabcffd2 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <string> |