diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/users.cpp b/src/users.cpp index 4988590d9..1290b92be 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -625,10 +625,7 @@ bool User::ChangeNick(const std::string& newnick, bool force, time_t newts) FIRST_MOD_RESULT(OnUserPreNick, MOD_RESULT, (this, newnick)); if (MOD_RESULT == MOD_RES_DENY) - { - ServerInstance->stats.Collisions++; return false; - } } if (assign(newnick) == assign(nick)) |