Page 1 of 1

unreal and quicksilver

Posted: Sat Aug 14, 2004 3:10 am
by manitsme
I have had unreal working for awhile now on a windows machine. I looked around to find services for windows and found quicksilver. I try to get it to connect but it says link denied (no matching link) and when I oper up in irc I get the following

_
[23:01] -irc.steventammie.com- *** LocOps -- Link denied for services.steventammie.com([email protected]) (No link block named 'services.steventammie.com') [@127.0.0.1.2255]
_
I really don;t know what I am doing wrong if anyone could help I would appreciate it :) ty in advance

Posted: Sat Aug 14, 2004 4:19 am
by codemastr
Did you add a link block to unrealircd.conf?

Posted: Sat Aug 14, 2004 11:45 am
by manitsme
Hello this is what I have in the link block on unrealircd
_
listen *:6665;

link services.steventammie.com
{
username *;
hostname localhost;
bind-ip *;
port 6665;
hub *;
password-connect "shanda";
password-receive "shanda";
class servers;
options {
zip;
};
};
_
ty :)

Posted: Sat Aug 14, 2004 4:38 pm
by codemastr
Did you /rehash after adding that? Because apparently, the IRCd doesn't see it.