more problems with anobe

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
charelle
Posts: 6
Joined: Sun Jun 13, 2004 10:21 pm
Location: The Netherlands

more problems with anobe

Post 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
charelle
Posts: 6
Joined: Sun Jun 13, 2004 10:21 pm
Location: The Netherlands

addition

Post 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
charelle
Posts: 6
Joined: Sun Jun 13, 2004 10:21 pm
Location: The Netherlands

errr it works now?

Post 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
Locked