| # | Line 232 | Line 232 | report_and_set_user_flags(struct Client | |
|---|---|---|
| 232 | if (IsConfDoSpoofIp(conf)) | |
| 233 | sendto_one_notice(source_p, &me, ":*** Spoofing your IP. Congrats."); | |
| 234 | ||
| 235 | < | /* If this user is in the exception class, Set it "E lined" */ |
| 235 | > | /* If this user is in the exception class, set it "E lined" */ |
| 236 | if (IsConfExemptKline(conf)) | |
| 237 | { | |
| 238 | SetExemptKline(source_p); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |