Everything start, but when I write /connect services the answer was :
*** Connect: Server services is not configured for linking
the log file in service say that :
Code: Select all
[Sep 22 21:07:05 2005] Anope 1.6.4 (874) (compiled for UnrealIRCd 3.1.1+) starting up
[Sep 22 21:07:12 2005] Databases loaded
[Sep 22 21:07:12 2005] Connected to Server 1 (localhost:6667)
[Sep 22 21:07:12 2005] Read error from server: Success
Code: Select all
link irc.myteam.com
{
username *;
hostname localhost;
bind-ip *;
port 6667;
hub *;
password-connect "xxxx";
password-receive "xxxx";
class servers;
options {
/*autoconnect;
ssl;
zip;*/
};
};
Code: Select all
me
{
name "irc.myteam.com";
info "Myteam Server";
numeric 1;
};
Code: Select all
RemoteServer localhost 6667 "xxxx"
ServerName "myteam.com"