Drop freenode from config file
This commit is contained in:
parent
e2e889d640
commit
ac6d1eaa7c
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user