From d00fc6f9bf3beca11b2e4a744aaecb119e617540 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 23 Oct 2006 16:37:03 +0000 Subject: Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags. $ModDep allows a module to specify headers it depends on, e.g. all of the headers which use u_listmode.h now do this: /* $ModDep: ../../include/u_listmode.h */ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5534 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanprotect.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_chanprotect.cpp') diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index fff162178..c3acc4085 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -20,6 +20,7 @@ #include "inspircd.h" /* $ModDesc: Provides channel modes +a and +q */ +/* $ModDep: ../../include/u_listmode.h */ #define PROTECT_VALUE 40000 #define FOUNDER_VALUE 50000 -- cgit v1.3.1-10-gc9f91