[IRCServices] problem with ircservices
Georges Berscheid
georges at berscheid.de
Wed Jul 30 07:03:25 PDT 2003
I don't know all the options by heard, but it looks good at first sight.
Although I would remove the autoconnect options, since services die
anyway if the connection to the uplink dies.
On the other hand, I feel like you have named your services server
danielb.serveirc.com in ircservices.conf instead of
services.serveirc.com. That would be the problem.
Georges
Daniel Basilio wrote:
> I do have those lines, I think, here's what I've got:
>
> link services.serveirc.com
> {
> username *;
> hostname 127.0.0.1;
> bind-ip *;
> port 6667;
> hub *;
> password-connect "LiNk";
> password-receive "LiNk";
> class servers;
> options {
> autoconnect;
> };
> };
>
> Is this what I need?
>
> Thanks,
>