From: danieldg Date: Sun, 7 Feb 2010 05:24:06 +0000 (+0000) Subject: Update example config for passforward and RPC module changes [jdhore] X-Git-Tag: v2.0.23~1111 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f91f6495f4830ebca44df0f695caf84308fb46e1;p=user%2Fhenk%2Fcode%2Finspircd.git Update example config for passforward and RPC module changes [jdhore] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12395 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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.