From 9d85ba0dad8d7e02365a26c9b944a0a0ab036eb3 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 Jan 2006 00:05:59 +0000 Subject: 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 --- include/modules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3