]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
kline_exempt does not exempt from D:lines, so don't tell user it does.
authorJilles Tjoelker <redacted>
Sun, 6 Jan 2008 16:41:59 +0000 (17:41 +0100)
committerJilles Tjoelker <redacted>
Sun, 6 Jan 2008 16:41:59 +0000 (17:41 +0100)
src/s_user.c

index abbd36f35ed0274f05a6818dfab255a50a87791a..3ef38c8e45faba603d4ed0436ef873da209a7fcd 100644 (file)
@@ -811,7 +811,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
        if(IsConfExemptKline(aconf))
        {
                SetExemptKline(source_p);
        if(IsConfExemptKline(aconf))
        {
                SetExemptKline(source_p);
-               sendto_one_notice(source_p, ":*** You are exempt from K/D/G/X lines. congrats.");
+               sendto_one_notice(source_p, ":*** You are exempt from K/G/X lines. congrats.");
        }
 
        if(IsConfExemptGline(aconf))
        }
 
        if(IsConfExemptGline(aconf))