Help with Anope (Win32)
Posted: Fri Oct 01, 2010 8:54 pm
All right, I need help with Anope IRC Services.
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
services.conf
I'm very new to configuring IRCd's, so please don't be harsh.
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"