From 05d6973c72d019def3e89ac68c19b4fab94d3369 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 14:33:43 +0000 Subject: [PATCH 1/1] Add headers and header comment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4271 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/snomasks.cpp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/snomasks.cpp b/src/snomasks.cpp index e69de29bb..fdedc7d64 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -0,0 +1,31 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev. + * E-mail: + * + * + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + +#include +#include +#include "configreader.h" +#include "users.h" +#include "modules.h" +#include "commands.h" +#include "xline.h" +#include "helperfuncs.h" +#include "snomasks.h" + +extern ServerConfig* Config; +extern int MODCOUNT; +extern std::vector modules; +extern std::vector factory; + -- 2.39.5