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:
w00t 2008-01-10 11:49:15 +00:00
parent 84083a73e8
commit 1b4c004701

View File

@ -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"