]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update a bunch of references to the old command modules.
authorPeter Powell <petpow@saberuk.com>
Sun, 27 Aug 2017 12:18:58 +0000 (13:18 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 27 Aug 2017 12:18:58 +0000 (13:18 +0100)
docs/conf/inspircd.conf.example
include/modules.h
src/modes/umode_o.cpp
src/modmanager_static.cpp

index fd12fc08a622d24e8163a39f2e6157a314b5363a..a25f4aee13c559a48787a8c434fdeb3e51accd95 100644 (file)
 
 <security
           # allowcoreunload: If this value is set to yes, Opers will be able to
-          # unload core modules (e.g. cmd_privmsg.so).
+          # unload core modules (e.g. core_privmsg).
           allowcoreunload="no"
 
           # announceinvites: This option controls which members of the channel
index 14abad31bac77d90d321793c2422ec39818eb473..3ad0258b8455a56bce58dd63189c602353335823 100644 (file)
@@ -1028,7 +1028,7 @@ class CoreExport ModuleManager : public fakederef<ModuleManager>
                PRIO_STATE_LAST
        } prioritizationState;
 
-       /** Loads all core modules (cmd_*)
+       /** Loads all core modules (core_*)
         */
        void LoadCoreModules(std::map<std::string, ServiceList>& servicemap);
 
index 6e9517a4fbba74d6573a7be7dcc7352d611bf696..9d50e571b670d56d2f231f42ea71997c9852346e 100644 (file)
@@ -37,7 +37,7 @@ ModeAction ModeUserOperator::OnModeChange(User* source, User* dest, Channel*, st
                return MODEACTION_DENY;
 
        /* Set the bitfields.
-        * Note that oper status is only given in cmd_oper.cpp
+        * Note that oper status is only given in User::Oper()
         * NOT here. It is impossible to directly set +o without
         * verifying as an oper and getting an opertype assigned
         * to your User!
index 03e240993a334af9794c14f7f103422326100f30..4de111b63ae44e303b906f069915e609a52f5d52 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 
-#define MODNAME "cmd_all"
+#define MODNAME "core_all"
 
 #include "inspircd.h"
 #include "exitcodes.h"