]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_who.cpp
m_spanningtree Send the cert fingerprint message to opers only after successful auth
[user/henk/code/inspircd.git] / src / coremods / core_who.cpp
index 2c120e5627551842f1decce0f72a03e8e9553f64..6f4bc088e604419e56f4c51f3228a4c2fcfe44b4 100644 (file)
@@ -360,7 +360,7 @@ CmdResult CommandWho::Handle (const std::vector<std::string>& parameters, User *
                                {
                                        if (!user->SharesChannelWith(oper))
                                        {
-                                               if (usingwildcards && (!oper->IsModeSet(invisiblemode)) && (!user->HasPrivPermission("users/auspex")))
+                                               if (usingwildcards && (oper->IsModeSet(invisiblemode)) && (!user->HasPrivPermission("users/auspex")))
                                                        continue;
                                        }