sample conf: comment the whole file

This commit is contained in:
Pierre-Louis Bonicoli 2017-02-28 16:21:52 +01:00 committed by Pierre-Louis Bonicoli
parent a31cbe45fa
commit 97e19a5215
Signed by: pilou
GPG Key ID: ADC2651DDACD3538
1 changed files with 35 additions and 33 deletions

View File

@ -86,23 +86,23 @@
#reconn_timer = 120;
# Network definition, a name and server info
network {
name = "iiens";
server { host = "irc.iiens.net"; port = 6667; };
};
#network {
# name = "iiens";
# server { host = "irc.iiens.net"; port = 6667; };
#};
network {
name = "oftc";
server { host = "irc.oftc.net"; port = 6667; };
#server { host = "other.oftc.server"; port = 6667; };
};
#network {
# name = "oftc";
# server { host = "irc.oftc.net"; port = 6667; };
# server { host = "other.oftc.server"; port = 6667; };
#};
# SSL network sample. SSL is per-network option, not per-server !
network {
name = "oftcs";
ssl = true;
server { host = "ircs.oftc.net"; port = 9999; };
};
#network {
# name = "oftcs";
# ssl = true;
# server { host = "ircs.oftc.net"; port = 9999; };
#};
# Configuration example with one user who connects to two irc networks
# To use the multi-server feature:
@ -201,10 +201,11 @@ network {
# A user can have mutiple connections to irc networks.
# define a connection:
connection {
name = "iiens"; # used by bip only
network = "iiens"; # which ircnet to connect to
#connection {
# used by bip only, required (for example: "oftc").
#name = ;
# which ircnet to connect to, required (for example: "oftc").
#network = ;
#log = false; # disable or enable logging and backlogging for
# the current connection. Overrides global
# (top-level) log parameter.
@ -247,21 +248,22 @@ network {
#channel { name = "#bip"; }; # name is required.
# Password protected channel
channel {
name = "#elite_UnDeRgR0uNd";
key = "sikiour";
};
channel {
name = "#huge(28)_activity";
#channel {
# name = "#elite_UnDeRgR0uNd";
# key = "sikiour";
#};
#another channel {
# name = "#huge(28)_activity";
# disable backlogging of this channel.
backlog = false;
};
};
# backlog = false;
#};
#};
# another connection (optional)
connection {
name = "oftc"; # used by bip only
network = "oftc"; # which ircnet to connect to
#connection {
#name = "iiens"; # used by bip only
#network = "iiens"; # which ircnet to connect to
# Some options:
#away_nick = "bip`away";
@ -269,6 +271,6 @@ network {
#ignore_first_nick = true;
# Autojoined channels:
channel { name = "#bip"; };
};
};
#channel { name = "#bip"; };
#};
#};