]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_o.cpp
Nuke the ability to define <options:loglevel> from orbit :p
[user/henk/code/inspircd.git] / src / modes / umode_o.cpp
index 5d8b68ae22296b94feed12a3afdebfec0c8491c0..17476c7071a0ebd0636040d4a1f54ca852dc9a9d 100644 (file)
@@ -21,7 +21,7 @@ ModeUserOperator::ModeUserOperator(InspIRCd* Instance) : ModeHandler(Instance, '
 {
 }
 
-ModeAction ModeUserOperator::OnModeChange(User* source, User* dest, Channel*, std::string&, bool adding)
+ModeAction ModeUserOperator::OnModeChange(User* source, User* dest, Channel*, std::string&, bool adding, bool servermode)
 {
        /* Only opers can execute this class at all */
        if (!*source->oper)