aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/defaults.h2
-rw-r--r--include/modules.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/include/defaults.h b/include/defaults.h
index 923af201..4aedf27a 100644
--- a/include/defaults.h
+++ b/include/defaults.h
@@ -104,7 +104,7 @@ extern const char *ircd_paths[IRCD_PATH_COUNT];
#define DPATH IRCD_PREFIX
#define BINPATH IRCD_PREFIX "/bin/"
#define MODPATH MODULE_DIR
-#define AUTOMODPATH MODULE_DIR "/autoload/"
+#define AUTOMODPATH MODULE_DIR "/autoload"
#define ETCPATH ETC_DIR
#define LOGPATH LOG_DIR
#define UHPATH HELP_DIR "/users"
diff --git a/include/modules.h b/include/modules.h
index 41d0f658..cb239ee2 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -140,9 +140,6 @@ extern void load_module(char *path);
/* load all modules */
extern void load_all_modules(bool warn);
-/* load core modules */
-extern void load_core_modules(bool);
-
extern bool unload_one_module(const char *, bool);
extern bool load_one_module(const char *, int, bool);
extern bool load_a_module(const char *, bool, int, bool);