diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 7d7971532..f38ee47be 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -64,6 +64,11 @@ #define WM_AND 1 #define WM_OR 2 +// flags for use with OnUserPreMessage and OnUserPreNotice + +#define TYPE_USER 1 +#define TYPE_CHANNEL 2 + typedef std::deque<std::string> file_cache; /* prototypes */ |