mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Add headers and header comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4271 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
09b79e31b4
commit
05d6973c72
@ -0,0 +1,31 @@
|
|||||||
|
/* +------------------------------------+
|
||||||
|
* | Inspire Internet Relay Chat Daemon |
|
||||||
|
* +------------------------------------+
|
||||||
|
*
|
||||||
|
* InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
|
||||||
|
* E-mail:
|
||||||
|
* <brain@chatspike.net>
|
||||||
|
* <Craig@chatspike.net>
|
||||||
|
*
|
||||||
|
* Written by Craig Edwards, Craig McLure, and others.
|
||||||
|
* This program is free but copyrighted software; see
|
||||||
|
* the file COPYING for details.
|
||||||
|
*
|
||||||
|
* ---------------------------------------------------
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
#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<Module*> modules;
|
||||||
|
extern std::vector<ircd_module*> factory;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user