After I type something like /cs help, it replys to me "Services are currently down. Please try again later."
I believe I configured Anope and UnrealIRCd right.
Here are the important parts of the .conf's
unrealircd.conf
Code: Select all
include aliases/anope.conf
ulines {
...
};
link services.localhost.net
{
username Services;
hostname services.xxx;
bind-ip *;
port 6667;
hub *;
password-connect "MY PASSWORD";
password-receive "MY PASSWORD";
class servers;
};
/* Network Configuration */
set {
....
Code: Select all
ServerName "services.xxxx"
ServiceUser "services@xxx"