sample conf: reformat

This commit is contained in:
Pierre-Louis Bonicoli 2017-02-28 16:23:21 +01:00 committed by Pierre-Louis Bonicoli
parent 6d3bff1969
commit aad87daa9e
Signed by: pilou
GPG Key ID: ADC2651DDACD3538
1 changed files with 7 additions and 8 deletions

View File

@ -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
@ -113,15 +113,14 @@
# the server where bip is running. In your client setup server password to: # the server where bip is running. In your client setup server password to:
# username:password:connectionname # username:password:connectionname
# - do not store the password in clear here, use the bipmkpw util to generate # - do not store the password in clear here, use the bipmkpw util to generate
# a hash # a hash
# 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;