]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_user.c
Removing glines
[irc/rqf/shadowircd.git] / src / s_user.c
index f8d5e0ca1ad54d65d4eaf22c888f2d090c92bc65..f55d688bae17589cf37e9ba91a769cccf1c6e4ab 100644 (file)
@@ -818,15 +818,6 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
                sendto_one_notice(source_p, ":*** You are exempt from K/G/X lines. congrats.");
        }
 
-       if(IsConfExemptGline(aconf))
-       {
-               SetExemptGline(source_p);
-
-               /* dont send both a kline and gline exempt notice */
-               if(!IsConfExemptKline(aconf))
-                       sendto_one_notice(source_p, ":*** You are exempt from G lines.");
-       }
-
        if(IsConfExemptDNSBL(aconf))
                /* kline exempt implies this, don't send both */
                if(!IsConfExemptKline(aconf))