summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-07-04 21:50:04 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-07-04 21:50:04 +0000
commit67eb7966f0df96d082661fddf5e9925f71d25f1e (patch)
treed9aa17099a8f379235dd674d2267b07fca09cc00 /src/commands.cpp
parent0a2e0466a131f5cdd73480b863a9c2d21a2b6e1b (diff)
Unknown changes to this file due to system restore, june 2004
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@842 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 3653cc710..86d22936c 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1909,7 +1909,7 @@ void handle_H(char token,char* params,serverrec* source,serverrec* reply, char*
{
log(DEBUG,"Adding ULined server %s to my map",params);
ircd_connector s;
- s.SetState(STATE_SERVICES);
+ s.SetState(STATE_DISCONNECTED);
s.SetServerName(params);
for (int j = 0; j < 32; j++)