mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Document <options:prefixpart|suffixpart|fixedpart>. Set prefixpart and suffixpart to default to double quote.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8691 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
84083a73e8
commit
1b4c004701
@ -734,6 +734,16 @@
|
||||
# QUITS. If specified, overrides both prefixquit #
|
||||
# and suffixquit options. #
|
||||
# #
|
||||
# prefixpart - A prefix to be placed on the start of a client's #
|
||||
# part message #
|
||||
# #
|
||||
# suffixpart - A suffix to be placed on the end of a client's #
|
||||
# part message. #
|
||||
# #
|
||||
# fixedpart - A fixed part message to display for all client #
|
||||
# parts. If specified, overrides both prefixpart #
|
||||
# and suffixpart options. #
|
||||
# #
|
||||
# loglevel - specifies what detail of messages to log in the #
|
||||
# log file. You may select from debug, verbose, #
|
||||
# default, sparse and none. #
|
||||
@ -948,6 +958,8 @@
|
||||
# #
|
||||
|
||||
<options prefixquit="Quit: "
|
||||
prefixpart="\""
|
||||
suffixpart="\""
|
||||
loglevel="default"
|
||||
netbuffersize="10240"
|
||||
maxwho="128"
|
||||
|
Loading…
x
Reference in New Issue
Block a user