Page 1 of 1

help with linking sites.. whats wrong with this :\

Posted: Wed Jun 30, 2004 1:03 am
by Meh_Mootz
link services.highland.net
{

HighLand {
username *;
hostname *;
bind-ip *;
port 6602;
hub *;
password-connect "<password>";
password-receive "<password>";
class server;
};



i want to link cygnus,,,, but it isnt letting me thats what its saying


[6:40:14pm] • Server: irc.HighLand.com *** LocOps -- Link denied for services.HighLand.com([email protected]) (No link block named 'services.HighLand.com') [@69.196.200.124.1431]




my server is irc.highland.com port 6667... my cyg server is services.highland.com ,,.,,, so pls help anyone

Posted: Wed Jun 30, 2004 2:13 am
by Josh

Code: Select all

link services.HighLand.com
{
username *;
hostname 69.196.200.124;
bind-ip *;
port 6602;
hub *;
password-connect "<password>";
password-receive "<password>";
class servers;
};

Posted: Wed Jun 30, 2004 4:17 am
by codemastr
Read the documentation. I have NO idea where you got your syntax from, but even a simple glance at the "link block" section of the documentation would have shown you were wrong.