Page 1 of 1

more problems with anobe

Posted: Sun Jun 13, 2004 10:32 pm
by charelle
Hey people, i am having a few problems with getting my services on... so please if u can have a look i'd be very happy :)

using Anope 3.5.10 in windows..

unrealircd.conf:

class servers {
pingfreq 60;
maxclients 100;
sendq 1000000;
recvq 16000;
};

listen *:6667;

include help.conf;
include services.conf;
include aliases/ircservices.conf;
include aliases/anope.conf;
include aliases/generic.conf;
include aliases/cygnus.conf;
include aliases/operstats.conf;
include aliases/genericstats.conf;

ulines {
"services.localhost.net";
};

set {
services-server "services.localhost.net";
}

link services.localhost.net
{
username *;
hostname *;
bind-ip *;
port *;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
};

This is everything that has to do with the services i think in that file...

services.conf:

RemoteServer 127.0.0.1 6667 "mypass";

ServerName "services.localhost.net";

MemoServName "MemoServ" "Memo Server";
NickServName "NickServ" "Nickname Server";
ChanServName "ChanServ" "Channel Server";
HelpServName "HelpServ" "Help Server";
OperServName "OperServ" "Operator Server";
GlobalName "Global" "Global Noticer";

That was it.

The problem i am having... when compiled it gives a load of messages saying:

* services.conf:21: unknown directive RemoteServer

but then for EVERY line in services.conf, i have no clue what to do here :(

Secondly, when i do /msg nickserv there is a service is busy message... but when i do /ns it works properly with all functions.

This isn't the case with any other service tho...

Can you guys please help me out? :)

greets from charelle

addition

Posted: Sun Jun 13, 2004 10:33 pm
by charelle
Ps. i wanted to add...

all services give service is busy message unless nickserv when i do /ns... i thought the orinal text was a bit confusing so here a clarification :)

greets again from charelle

errr it works now?

Posted: Sun Jun 13, 2004 11:24 pm
by charelle
I am so ashamed of myself :$

I deleted some redundant alias includes, and now it seems to work! :D

Dunno why or how tho so if you guys spot some error in the previously posted text, just say so :)

Greets from charelle