diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:09:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 18:09:00 +0000 |
commit | 344e0755327509b0939b72f9689d5d164a8f7e30 (patch) | |
tree | 5bcc6343f2d65b14466d757c18b21205e3d316a3 /docs | |
parent | b604a2cd41e6f70f56e721d949a6cbac7550b67e (diff) |
Added support for <options customversion> to customize the second part of VERSION
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2797 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index d1dee96ca..c7dd5994e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -487,6 +487,14 @@ # oper-only independent of if they are in a module # # or the core. # # # +# customversion - If you specify this configuration item, and it is # +# not set to an empty value, then when a user does # +# a /VERSION command on the ircd, this string will # +# be displayed as the second portion of the output, # +# replacing the system 'uname', compile flags and # +# socket engine/dns engine names. You may use this # +# to enhance security, or simply for vanity. # +# # <options prefixquit="Quit: " loglevel="default" @@ -496,6 +504,7 @@ somaxconn="128" softlimit="128" operonlystats="oclgkz" + customversion="" allowhalfop="yes"> |