summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-29 15:27:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-29 15:27:29 +0000
commit0a2e0466a131f5cdd73480b863a9c2d21a2b6e1b (patch)
tree06e7cf5e33d86f1485c4f55c27c40a04abcc155c /src
parent99fcbc6bd61f5d7933c550690cadd11e2b8ca650 (diff)
Stupid services links...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@839 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 86d22936c..3653cc710 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_DISCONNECTED);
+ s.SetState(STATE_SERVICES);
s.SetServerName(params);
for (int j = 0; j < 32; j++)