]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operlog.cpp
m_spanningtree Allow callers of InsertCurrentChannelTS() to customize positions
[user/henk/code/inspircd.git] / src / modules / m_operlog.cpp
index e89dda7b572aa1254fb88c61763a11060297a078..d015d5ead0427a6f3b5f880a9d43c76b486629aa 100644 (file)
@@ -47,7 +47,7 @@ class ModuleOperLog : public Module
                if (!validated)
                        return MOD_RES_PASSTHRU;
 
-               if ((user->IsOper()) && (IS_LOCAL(user)) && (user->HasPermission(command)))
+               if ((user->IsOper()) && (user->HasPermission(command)))
                {
                        Command* thiscommand = ServerInstance->Parser->GetHandler(command);
                        if ((thiscommand) && (thiscommand->flags_needed == 'o'))