diff options
Diffstat (limited to 'src/s_user.c')
-rw-r--r-- | src/s_user.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s_user.c b/src/s_user.c index b70072a..1d5120d 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -755,11 +755,9 @@ report_and_set_user_flags(struct Client *source_p, const struct MaskItem *conf) { /* If this user is being spoofed, tell them so */ if (IsConfDoSpoofIp(conf)) - { sendto_one(source_p, ":%s NOTICE %s :*** Spoofing your IP. Congrats.", me.name, source_p->name); - } /* If this user is in the exception class, Set it "E lined" */ if (IsConfExemptKline(conf)) |