diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-19 00:48:29 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-19 00:48:29 +0000 |
commit | 0f069f0e8becfd1770a6ce396ead7aa67e3bde06 (patch) | |
tree | ede474534d89b32bcdcc24d58e5cca6c427d6176 /include/modules.h | |
parent | 1a2fdff0c653562ebde967850875e5445bc0c5ae (diff) |
Converted modules to use ConfigReader to access new config parser.
Added all module directives to new config.
Removed references to old config parser (not sure if I got them all, though).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1756 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 9e2889646..524b23e1a 100644 --- a/include/modules.h +++ b/include/modules.h @@ -430,7 +430,6 @@ extern MDE char *mod_current_buffer; extern MDE int mod_current_op; extern MDE User *mod_current_user; -MDE int moduleGetConfigDirective(Directive *h); /*************************************************************************/ /*************************************************************************/ /* Command Managment Functions */ |