kline_exempt does not exempt from D:lines, so don't tell user it does.

This commit is contained in:
Jilles Tjoelker 2008-01-06 17:41:59 +01:00
parent ff03bfb3d6
commit 40aba72723
1 changed files with 1 additions and 1 deletions

View File

@ -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))