diff --git a/samples/bip.conf b/samples/bip.conf index d8ba9db..e05500f 100644 --- a/samples/bip.conf +++ b/samples/bip.conf @@ -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";