sample conf: reformat
This commit is contained in:
parent
6d3bff1969
commit
aad87daa9e
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
# Log format allows you to make log filenames depend on the log line's
|
# Log format allows you to make log filenames depend on the log line's
|
||||||
# attributes. Here's a list :
|
# attributes. Here's a list :
|
||||||
# %u -> user name
|
# %u -> username
|
||||||
# %n -> network name
|
# %n -> network name
|
||||||
# %Y -> 4 digit year
|
# %Y -> 4 digit year
|
||||||
# %m -> 2 digit month
|
# %m -> 2 digit month
|
||||||
@ -117,11 +117,10 @@
|
|||||||
|
|
||||||
# User structure is grouping information for a given user
|
# User structure is grouping information for a given user
|
||||||
#user {
|
#user {
|
||||||
# The name in bip of the user
|
# The name in bip of the user, required. This is used by bip only.
|
||||||
# This is used by bip only
|
|
||||||
#name = ;
|
#name = ;
|
||||||
# This user's password (md5(md5("tata"))) with seed - generated by
|
# This user's password (md5(md5("tata"))) with seed - generated by
|
||||||
# bipmkpw, for example: "3880f2b39b3b9cb507b052b695d2680859bfc327"
|
# bipmkpw, for example: "3880f2b39b3b9cb507b052b695d2680859bfc327".
|
||||||
#password = ;
|
#password = ;
|
||||||
|
|
||||||
# Set this to true if you want this user to have admin privileges on
|
# Set this to true if you want this user to have admin privileges on
|
||||||
@ -184,9 +183,9 @@
|
|||||||
|
|
||||||
# If blreset_on_talk talking on an irc network has the same effect of
|
# If blreset_on_talk talking on an irc network has the same effect of
|
||||||
# issuing /bip blreset <current window>, meaning that stuffed logged
|
# issuing /bip blreset <current window>, meaning that stuffed logged
|
||||||
# before the command won't be read back on backlog
|
# before the command won't be read back on backlog.
|
||||||
#backlog_reset_on_talk = false;
|
#backlog_reset_on_talk = false;
|
||||||
#
|
|
||||||
# If you have backlog_reset_on_talk set to true, talking in a query
|
# If you have backlog_reset_on_talk set to true, talking in a query
|
||||||
# will reset the backlog for the query. Same goes for channel. With the
|
# will reset the backlog for the query. Same goes for channel. With the
|
||||||
# following option set to true, talking in a connection will reset the
|
# following option set to true, talking in a connection will reset the
|
||||||
@ -195,7 +194,7 @@
|
|||||||
|
|
||||||
# If bl_msg_only is true, only channel and private messages will be
|
# If bl_msg_only is true, only channel and private messages will be
|
||||||
# backlogged upon the reconnection of a client. Default is false, thus
|
# backlogged upon the reconnection of a client. Default is false, thus
|
||||||
# joins, parts, quits, nick changes, topic changes, ... are backlogged
|
# joins, parts, quits, nick changes, topic changes, ... are backlogged.
|
||||||
#backlog_msg_only = false;
|
#backlog_msg_only = false;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user