X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsnomasks.cpp;h=fdedc7d645e7553e1f0997f9af0b1290cab2cf8e;hb=922d4ebf7a27a6577d6b4f91e0f42ccdfa989455;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=09b79e31b4204e281b088a0a63306b36dd0eade9;p=user%2Fhenk%2Fcode%2Finspircd.git 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; +