unreal and quicksilver

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
manitsme
Posts: 2
Joined: Sat Aug 14, 2004 2:34 am

unreal and quicksilver

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

Post by codemastr »

Did you add a link block to unrealircd.conf?
-- codemastr
manitsme
Posts: 2
Joined: Sat Aug 14, 2004 2:34 am

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

Post by codemastr »

Did you /rehash after adding that? Because apparently, the IRCd doesn't see it.
-- codemastr
Locked