diff --git a/docs/modules.conf.example b/docs/modules.conf.example index 82e722f59..4db33190d 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -1243,6 +1243,26 @@ # This module is oper-only. For the user equivalent, see m_conn_umodes # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Password forwarding module: Forwards a password users can send on connect +# to the specified client below. The client is usually nickserv and this +# module is usually used to authenticate users with nickserv using their +# connect password. +# + + + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper password hash module: Allows hashed oper passwords # Relies on the module m_md5.so and/or m_sha256.so being loaded before @@ -1407,14 +1427,6 @@ # use glob. For this reason, is recommended to use a real regex engine # so that at least \s or [[:space:]] is available. -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# JSON-RPC module: Encode and decode JSON-RPC requests for modules -# - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# RPC test module: A test of the RPC API -# - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SAJOIN module: Adds the /SAJOIN command # This module is oper-only.