* by (also) using 6697 you help the world standardize a bit
*/
listen 81.17.46.149:7900;
{
options
{
clientsonly;
};
listen 81.17.46.149:6667;
/* NOTE: If you are on an IRCd shell with multiple IP's you are
* likely to get 'Address already in use' errors in your log
* and the ircd won't start. This means you MUST bind
* to a specific IP instead of '*', so for example:
* listen 81.17.46.157:7901;
* Obviously, replace the IP with the IP that was assigned to you.
*/
/*
* NEW: link {}
* OLD: C/N:Lines
* This defines an okay for a server connection.
* NOTE: BOTH SERVERS NEED A LINK {} SETTING TO CONNECT PROPERLY!
* Syntax is as follows:
* link 81.17.46.149
* {
* username *;
* hostname 81.17.46.149;
* bind-ip *;
* port 7900;
* hub *;
* password-connect "??";
* password-receive "??";
* class servers;
* options {
* };
*};
*/
Anope :
RemoteServer 81.17.46.149 7900 "??"
ServerName "81.17.46.149"
ServerDesc "Services for IRC Network"
ServiceUser "[email protected]"
Thank you!