Fix misleading text in manpage
This commit is contained in:
parent
8f998c97b6
commit
130d649e0b
22
bip.conf.1
22
bip.conf.1
@ -61,17 +61,20 @@ also find an example configuration file along with BIP.
|
|||||||
|
|
||||||
.SH GLOBAL OPTIONS
|
.SH GLOBAL OPTIONS
|
||||||
|
|
||||||
.TP
|
|
||||||
\fBbacklog_always\fP (default: \fBfalse\fP)
|
|
||||||
If true, clients will always receive \fBbacklog_lines\fP log lines, even if
|
|
||||||
they were already sent before. This option should of course not be enabled if
|
|
||||||
\fBbacklog_lines\fP is 0 !
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBbacklog\fP (default: \fBtrue\fP)
|
\fBbacklog\fP (default: \fBtrue\fP)
|
||||||
Enable or disable the whole backlog system, which allows clients to see a
|
Enable or disable the whole backlog system, which allows clients to see a
|
||||||
log replay upon connection.
|
log replay upon connection.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fBbacklog_always\fP (default: \fBfalse\fP)
|
||||||
|
If true, clients will always receive \fBbacklog_lines\fP log lines, even if
|
||||||
|
they were already sent before. That means :
|
||||||
|
If \fBbacklog_always\fP is false, backlog will be reset whenever there
|
||||||
|
is no more client connected to a network. Else backlog will not be reset.
|
||||||
|
This option should of course not be enabled if \fBbacklog_lines\fP is 0 !
|
||||||
|
If you still want to do so, don't forget to /BIP BLRESET sometimes.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBbacklog_lines\fP (default: \fB10\fP)
|
\fBbacklog_lines\fP (default: \fB10\fP)
|
||||||
If set to 0, BIP will replay all the logs since last client disconnect. Else,
|
If set to 0, BIP will replay all the logs since last client disconnect. Else,
|
||||||
@ -86,10 +89,9 @@ If true, backlogged line won't include the timestamp.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBbacklog_reset_on_talk\fP (default: \fBfalse\fP)
|
\fBbacklog_reset_on_talk\fP (default: \fBfalse\fP)
|
||||||
When true, backlog will not be reset upon client disconnection but upon client
|
When true, backlog will be reset upon client talk (channel/private message or
|
||||||
talk (channel/private message or action). It means that next time you log to
|
action). It means that next time you log to your bip session, the backlogging
|
||||||
your bip session the backlogging will start at the time right after your last
|
will start at the time right after your last words on that specific network.
|
||||||
words on irc.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBbacklog_msg_only\fP (default: \fBfalse\fP)
|
\fBbacklog_msg_only\fP (default: \fBfalse\fP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user