diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-02 14:43:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-04 12:27:56 +0100 |
commit | 9ea8ecfaf395955a4e58c743c2f9e35a26528039 (patch) | |
tree | 112d0e5d1f81b07a61782a68439adb1dda6a99cd /docs/conf/modules.conf.example | |
parent | 66ecf04088b747c00e7fdf8380fbece7848018be (diff) |
Use SQUERY instead of PRIVMSG in alias/passforward config.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 9732f36c5..945027842 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -132,17 +132,17 @@ # An example of using the format value to create an alias with two # different behaviours depending on the format of the parameters. # -#<alias text="ID" format="#*" replace="PRIVMSG ChanServ :IDENTIFY $2 $3" +#<alias text="ID" format="#*" replace="SQUERY ChanServ :IDENTIFY $2 $3" # requires="ChanServ" uline="yes"> # -#<alias text="ID" replace="PRIVMSG NickServ :IDENTIFY $2" +#<alias text="ID" replace="SQUERY NickServ :IDENTIFY $2" # requires="NickServ" uline="yes"> # # This alias fixes a glitch in xchat 2.6.x and above and the way it # assumes IDENTIFY must be prefixed by a colon (:) character. It should # be placed ABOVE the default NICKSERV alias. # -#<alias text="NICKSERV" format=":IDENTIFY *" replace="PRIVMSG NickServ :IDENTIFY $3-" +#<alias text="NICKSERV" format=":IDENTIFY *" replace="SQUERY NickServ :IDENTIFY $3-" # requires="NickServ" uline="yes"> # # You may also add aliases to trigger based on something said in a @@ -151,7 +151,7 @@ # command must be preceded by the fantasy prefix when used. # #<alias text="CS" usercommand="no" channelcommand="yes" -# replace="PRIVMSG ChanServ :$1 $chan $2-" requires="ChanServ" uline="yes"> +# replace="SQUERY ChanServ :$1 $chan $2-" requires="ChanServ" uline="yes"> # # This would be used as "!cs <command> <options>", with the channel # being automatically inserted after the command in the message to @@ -1562,7 +1562,7 @@ # cmd: Command for the user to run when it receives a connect # password. - cmd="PRIVMSG $nickrequired :IDENTIFY $pass"> + cmd="SQUERY $nickrequired :IDENTIFY $pass"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Password hash module: Allows hashed passwords to be used. |