many modern ircd's and some other services packages have moved away from the old line based config files and moved to block or bind style config files. I feel it's time for Anope to do the same.
remote {
server1 "irc1.host 6667 somepassword";
server2 "irc2.host 6667 somepassword";
server3 "irc3.host 6667 somepassword";
};
instead of:
RemoteServer 1.2.3.4 4400 "Pass"
RemoteServer2 1.2.3.4 4400 "Pass"
RemoteServer3 1.2.3.4 4400 "Pass"