summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-27 13:18:58 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-27 13:18:58 +0100
commita1bc06e8a02635d68761ac890912906674dafadc (patch)
tree511afbe4291684c9637f52719568d8cbbf99dbf0 /src
parent2133bc373f26d953a4fb519f27060e7141001806 (diff)
Update a bunch of references to the old command modules.
Diffstat (limited to 'src')
-rw-r--r--src/modes/umode_o.cpp2
-rw-r--r--src/modmanager_static.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modes/umode_o.cpp b/src/modes/umode_o.cpp
index 6e9517a4f..9d50e571b 100644
--- a/src/modes/umode_o.cpp
+++ b/src/modes/umode_o.cpp
@@ -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!
diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp
index 03e240993..4de111b63 100644
--- a/src/modmanager_static.cpp
+++ b/src/modmanager_static.cpp
@@ -17,7 +17,7 @@
*/
-#define MODNAME "cmd_all"
+#define MODNAME "core_all"
#include "inspircd.h"
#include "exitcodes.h"