aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-06-15 12:56:42 +0100
committerGravatar Sadie Powell2022-06-15 13:00:09 +0100
commit72ecbb328541bebb046d4776245d78656d2234a8 (patch)
treebdc9e3c98a99cdad3f77e5d2363c09370b51421f /docs
parentAdd a basic function for templating strings. (diff)
Convert passforward to use the new template system.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index d040739be..ab8a51cd2 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1647,14 +1647,14 @@
# forwardmsg: Message to send to users when forwarding their
# password. You can use the following variables in this message:
#
- # $nick The nickname of the authenticating user.
- # $nickrequired The nickname of the service to forward to (see above).
- # $pass The password to forward to services.
- # $user The username (ident) of the authenticating user.
- forwardmsg="NOTICE $nick :*** Forwarding password to $nickrequired"
+ # %nick% The nickname of the authenticating user.
+ # %nickrequired% The nickname of the service to forward to (see above).
+ # %pass% The password to forward to services.
+ # %user% The username (ident) of the authenticating user.
+ forwardmsg="NOTICE %nick% :*** Forwarding password to %nickrequired%"
# cmd: The message to send to forward passwords to services.
- cmd="SQUERY $nickrequired :IDENTIFY $nick $pass">
+ cmd="SQUERY %nickrequired% :IDENTIFY %nick% %pass%">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Password hash module: Allows hashed passwords to be used.