git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/irc.efnet.nl@17 0a436592-62d7-4152-98a5-b7e29e440240
33 lines
716 B
OpenEdge ABL
33 lines
716 B
OpenEdge ABL
# (mofo) micks@xs4all.net
|
|
connect "hub.efnet.nl" {
|
|
# host="194.109.23.98";
|
|
host="2001:888:0:12::666";
|
|
vhost="2001:7b8:3:3f:201:2ff:fef6:574e";
|
|
send_password="hupholland";
|
|
accept_password="hupholland";
|
|
port=6667;
|
|
hub_mask="*";
|
|
flags=compressed,topicburst;
|
|
class="servers";
|
|
};
|
|
|
|
# (ahnberg) mattias@ahnberg.pp.se
|
|
connect "irc.du.se" {
|
|
host="130.243.52.250";
|
|
send_password="0";
|
|
accept_password="0";
|
|
port=6667;
|
|
class="servers";
|
|
};
|
|
|
|
# (nico) nico@efnet.ch, greg@efnet.ch, pim@efnet.ch, admins@efnet.ch
|
|
connect "irc.efnet.ch" {
|
|
host="217.169.140.49";
|
|
vhost="193.109.122.77";
|
|
send_password="Hop6Schwyz";
|
|
accept_password="Hop6Schwyz";
|
|
port=6660;
|
|
flags=compressed;
|
|
class="servers";
|
|
};
|