]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.conf.example
Added support for <options customversion> to customize the second part of VERSION
[user/henk/code/inspircd.git] / docs / inspircd.conf.example
index d1dee96ca94e8b5e6341cf77baa30a79115b0032..c7dd5994e45a717ec27c9b5461c4e9735d6696aa 100644 (file)
 #                  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"
          somaxconn="128"
          softlimit="128"
          operonlystats="oclgkz"
+        customversion=""
          allowhalfop="yes">