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