diff options
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" |