aboutsummaryrefslogtreecommitdiffstats
path: root/ircd/s_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ircd/s_conf.c')
-rw-r--r--ircd/s_conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ircd/s_conf.c b/ircd/s_conf.c
index cb86811f..23863307 100644
--- a/ircd/s_conf.c
+++ b/ircd/s_conf.c
@@ -346,6 +346,8 @@ verify_access(struct Client *client_p, const char *username)
/* user@host spoof */
if((p = strchr(aconf->info.name, '@')) != NULL)
{
+ SetUserSpoof(client_p);
+
char *host = p+1;
*p = '\0';