Drop freenode from config file
This commit is contained in:
parent
e2e889d640
commit
ac6d1eaa7c
@ -51,10 +51,9 @@ network {
|
|||||||
};
|
};
|
||||||
|
|
||||||
network {
|
network {
|
||||||
name = "freenode";
|
name = "oftc";
|
||||||
server { host = "irc.freenode.org"; port = 6667; };
|
server { host = "irc.oftc.net"; port = 6667; };
|
||||||
server { host = "brown.freenode.net"; port = 6667; };
|
#server { host = "other.oftc.server"; port = 6667; };
|
||||||
server { host = "thunder.stealer.net"; port = 6667; };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configuration example with one user who connects to two irc networks
|
# Configuration example with one user who connects to two irc networks
|
||||||
@ -130,8 +129,8 @@ user {
|
|||||||
|
|
||||||
# another connection (optionnal)
|
# another connection (optionnal)
|
||||||
connection {
|
connection {
|
||||||
name = "freenode"; # used by bip only
|
name = "oftc"; # used by bip only
|
||||||
network = "freenode"; # which ircnet to connect to
|
network = "oftc"; # which ircnet to connect to
|
||||||
|
|
||||||
# Some options:
|
# Some options:
|
||||||
#away_nick = "bip`away";
|
#away_nick = "bip`away";
|
||||||
|
Loading…
Reference in New Issue
Block a user