diff options
author | Boleslaw Tokarski <boleslaw.tokarski@tieto.com> | 2012-10-08 15:09:09 +0200 |
---|---|---|
committer | Boleslaw Tokarski <boleslaw.tokarski@tieto.com> | 2012-10-08 15:09:09 +0200 |
commit | 428a5e3d0f5060d43c56a8a8595c8102241ce7ea (patch) | |
tree | 7abc9696c69a3f93efddba34ab5666d4e4e6f5c6 /docs/conf | |
parent | bf002b8ee071b1a0bf570376a17ff7754061e994 (diff) |
Allows to use user->ident string instead of user->nick for NickServ.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 0bb679378..5552d33f8 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1267,6 +1267,7 @@ # forwardmsg: Message to send to users using a connect password. # $nick will be the users' nick, $nickrequired will be the nick # of where the password is going (the nick above). + # You can also use $user for the user ident string. forwardmsg="NOTICE $nick :*** Forwarding PASS to $nickrequired" # cmd: Command for the nick to run when it recieves a connect |