X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fconf%2Fmodules.conf.example;h=b96405d4ce152f61168d162929e17fbd7bfb05db;hb=046da7da9bf57ac9254f76fd1c43eadf1673cdf5;hp=851c69f12f1be2d32604cdba88b3595cdd4ae140;hpb=1453b889ef1045eceed8c2d489531ff5be96ada2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 851c69f12..b96405d4c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -897,8 +897,12 @@ # default to 5 seconds. This is a non-blocking timeout which holds # # the user in a 'connecting' state until the lookup is complete. # # The bind value indicates which IP to bind outbound requests to. # +# nolookupprefix: If on, the idents of users being in a connect class # +# with ident lookups disabled (i.e. ) will be # +# prefixed with a "~". If off, the ident of those users will not be # +# prefixed. Default is off. # # -# +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Invite exception module: Adds support for channel invite exceptions @@ -1452,6 +1456,12 @@ # Remove module: Adds the /REMOVE command which is a peaceful # alternative to /KICK. # +# +# supportnokicks: If true, /REMOVE is not allowed on channels where the +# nokicks (+Q) mode is set. Defaults to false. +# protectedrank: Members having this rank or above may not be /REMOVE'd +# by anyone. Set to 0 to disable this feature. Defaults to 50000. +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # A module to block, kick or ban upon similiar messages being uttered several times.