diff --git a/src/s_user.c b/src/s_user.c index abbd36f35..3ef38c8e4 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -811,7 +811,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf) 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))