diff options
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index e7f2578db..46f3eb6cc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1639,7 +1639,7 @@ bool User::ChangeIdent(const char* newident) if (this->ident == newident) return true; - int MOD_RESULT = 0; + int MOD_RESULT = 0; FOREACH_RESULT(I_OnHostCycle, OnHostCycle(this)); if (this->ServerInstance->Config->CycleHosts && !MOD_RESULT) |