summaryrefslogtreecommitdiff
path: root/src/modules.c
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-02 05:22:35 +0000
committerDukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864>2009-11-02 05:22:35 +0000
commit9a0b1efc24e84c7cf17a0e87c98fd1e22fe1c356 (patch)
tree3abf675a834d23b9064dce2333f7a2e5d0df336a /src/modules.c
parentd2362719b256f556b862a85dd73a806ccc2faebe (diff)
added a way to load multiple encryption modules at the same and to switch between encryption methods
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2602 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules.c')
-rw-r--r--src/modules.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/modules.c b/src/modules.c
index 7eefd0c0a..ee8dae409 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -54,19 +54,6 @@ char *ModuleGetErrStr(int status)
/************************************************/
/**
- *
- **/
-int encryption_module_init() {
- int ret = 0;
-
- alog("Loading Encryption Module: [%s]", EncModule);
- ret = ModuleManager::LoadModule(EncModule, NULL);
- if (ret == MOD_ERR_OK)
- findModule(EncModule)->SetType(ENCRYPTION);
- return ret;
-}
-
-/**
* Load the ircd protocol module up
**/
int protocol_module_init()