diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 00:05:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 00:05:59 +0000 |
commit | 9d85ba0dad8d7e02365a26c9b944a0a0ab036eb3 (patch) | |
tree | 0d9b7820177f837a98aa88e5ab8ac88fc29ebd3b /include | |
parent | cf32c306898ee24d19536fe6682ce461afa739cb (diff) |
Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. its not bound to a user or a nick
-NOT TEST COMPILED YET-
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2981 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 65e5a9ea3..c61658e1b 100644 --- a/include/modules.h +++ b/include/modules.h @@ -60,7 +60,8 @@ enum WriteModeFlags { enum TargetTypeFlags { TYPE_USER = 1, TYPE_CHANNEL, - TYPE_SERVER + TYPE_SERVER, + TYPE_OTHER }; #include "dynamic.h" |