]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_o.cpp
Clean up numeric usage in WHOIS and WHOWAS.
[user/henk/code/inspircd.git] / src / modes / umode_o.cpp
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!