diff --git a/Changes b/Changes index 3e8a69402..34a2644c3 100644 --- a/Changes +++ b/Changes @@ -381,3 +381,4 @@ when a user connects. This makes it easy to ban drones with simple patterns. For example: '/spamfilter add u gzline 86400 Drone[0-9]+!.+@.+:Drone[0-9]' would kill any drones that have both a nick and realname with 'Drone' followed by digits. +- If a nick is qlined, the user is now lagged up to limit qline floods a bit (#0001335). diff --git a/src/s_user.c b/src/s_user.c index 24cfaa64e..ed57cfba6 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1362,6 +1362,7 @@ CMD_FUNC(m_nick) nick, tklban->reason); return 0; } + sptr->since += 4; /* lag them up */ if (!IsOper(cptr)) { sendto_one(sptr, err_str(ERR_ERRONEUSNICKNAME),