diff options
author | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-11-02 05:22:35 +0000 |
---|---|---|
committer | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-11-02 05:22:35 +0000 |
commit | 9a0b1efc24e84c7cf17a0e87c98fd1e22fe1c356 (patch) | |
tree | 3abf675a834d23b9064dce2333f7a2e5d0df336a /src/modules.c | |
parent | d2362719b256f556b862a85dd73a806ccc2faebe (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.c | 13 |
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() |