]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_sjoin.c
Show some target change statistics in /stats t.
[irc/rqf/shadowircd.git] / modules / core / m_sjoin.c
index b9c60dc034eda769f5b25451551d3dc62dd11847..fc65db27cb8044a28a28dbfeb8bed3a2f96b5f19 100644 (file)
@@ -463,12 +463,7 @@ ms_sjoin(struct Client *client_p, struct Client *source_p, int parc, const char
                len_uid += len;
 
                if(!keep_new_modes)
-               {
-                       if(fl & CHFL_CHANOP)
-                               fl = CHFL_DEOPPED;
-                       else
-                               fl = 0;
-               }
+                       fl = 0;
 
                if(!IsMember(target_p, chptr))
                {