summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-10-17 17:57:45 +0000
committerGravatar w00t2008-10-17 17:57:45 +0000
commitfe9c0cfc2a146d62967ad611682e7bc464ef1dfd (patch)
tree5794f88858bf8ae076cd38c5be09f6027ebf6676 /src/users.cpp
parentRemove the duplicate checking/disabled setting of <connect> craq, there is a ... (diff)
Remove space indenting. (Brain, *smack* :P)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10655 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
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)