1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 20:26:39 +02:00

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
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-09 03:03:12 +00:00
parent b7d84f0b68
commit d353167118
6 changed files with 212 additions and 170 deletions
+13
View File
@@ -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"