Drop freenode from config file

This commit is contained in:
nohar 2006-07-02 13:51:43 +00:00
parent e2e889d640
commit ac6d1eaa7c
1 changed files with 5 additions and 6 deletions

View File

@ -51,10 +51,9 @@ network {
};
network {
name = "freenode";
server { host = "irc.freenode.org"; port = 6667; };
server { host = "brown.freenode.net"; port = 6667; };
server { host = "thunder.stealer.net"; port = 6667; };
name = "oftc";
server { host = "irc.oftc.net"; port = 6667; };
#server { host = "other.oftc.server"; port = 6667; };
};
# Configuration example with one user who connects to two irc networks
@ -130,8 +129,8 @@ user {
# another connection (optionnal)
connection {
name = "freenode"; # used by bip only
network = "freenode"; # which ircnet to connect to
name = "oftc"; # used by bip only
network = "oftc"; # which ircnet to connect to
# Some options:
#away_nick = "bip`away";