aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf/modules.conf.example')
-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.