diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 03:03:12 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 03:03:12 +0000 |
commit | d35316711894c64f781d923a88243da5757cc2ab (patch) | |
tree | 7f1d8545a6806c798fcd41c16878b6319ed61fc0 /src/modulemanager.cpp | |
parent | b7d84f0b68ec15e80d2b69e63306e85443e24648 (diff) |
Add module.cpp and modulemanager.cpp.
- module.cpp: contains (new/"good") code relating to modules. Crappy/stuff to be replaced will stay in modules.c
- modulemanager.cpp: contains stuff *manipulating* modules.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1611 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r-- | src/modulemanager.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp new file mode 100644 index 000000000..21ccd640d --- /dev/null +++ b/src/modulemanager.cpp @@ -0,0 +1,13 @@ +/* Modular support + * + * (C) 2008 Anope Team + * Contact us at info@anope.org + * + * Please read COPYING and README for further details. + * + * $Id$ + * + */ +#include "modules.h" +#include "language.h" +#include "version.h" |