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

These are old archives. They are kept for historic purposes only.
Post Reply
Meh_Mootz

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

Post 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
Josh
Posts: 19
Joined: Wed May 19, 2004 3:39 pm
Location: New York, U.S.

Post 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;
};
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
Post Reply