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