diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-10 11:49:15 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-10 11:49:15 +0000 |
commit | 1b4c00470148eeb7764beac24ca2a825dde5c250 (patch) | |
tree | 9424859927001da5761ab44de364913889b89668 /docs/inspircd.conf.example | |
parent | 84083a73e80734e39892f44411549d2381654c95 (diff) |
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
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index bf6590e4c..40b72c103 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -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" |