summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-10-09 02:52:13 -0400
committerAdam <Adam@anope.org>2011-10-09 02:52:13 -0400
commit9f850334a1110a8b976e401af45264dcfc7315c4 (patch)
tree89dfda632fcc1f0a01d66ea67ea44b8dbfb8144f /include
parentaf273e3da537ff60edb5f97b8081b550bd56d57d (diff)
Give more verbose messages on startup
Diffstat (limited to 'include')
-rw-r--r--include/extern.h2
-rw-r--r--include/modules.h5
2 files changed, 2 insertions, 5 deletions
diff --git a/include/extern.h b/include/extern.h
index 4b15d81ac..076f102a6 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -74,6 +74,8 @@ E bool enc_decrypt(const Anope::string &src, Anope::string &dest);
E void introduce_user(const Anope::string &user);
E bool GetCommandLineArgument(const Anope::string &name, char shortname = 0);
E bool GetCommandLineArgument(const Anope::string &name, char shortname, Anope::string &param);
+E bool AtTerm();
+E void Fork();
E void Init(int ac, char **av);
/**** ircd.c ****/
diff --git a/include/modules.h b/include/modules.h
index 00e48250b..99ddc8259 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1018,11 +1018,6 @@ class CoreExport ModuleManager
*/
static void CleanupRuntimeDirectory();
- /** Load up a list of modules.
- * @param module_list The list of modules to load
- **/
- static void LoadModuleList(std::list<Anope::string> &ModList);
-
/** Loads a given module.
* @param m the module to load
* @param u the user who loaded it, NULL for auto-load