]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_mode.c
target change: use fnv32 hash of UID instead of pointer to identify clients
[irc/rqf/shadowircd.git] / modules / core / m_mode.c
index f59a950a8eba0ccf5a9af3ed67189b59ee90628e..4867e4498e567efe4e35a3b13d3a0aa7fc1c75c5 100644 (file)
@@ -136,9 +136,6 @@ m_mode(struct Client *client_p, struct Client *source_p, int parc, const char *p
        {
                msptr = find_channel_membership(chptr, source_p);
 
-               if(is_deop(msptr))
-                       return 0;
-
                /* Finish the flood grace period... */
                if(MyClient(source_p) && !IsFloodDone(source_p))
                {