1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

trigger: hide password in display of command "/msg nickserv set password", support the option "-server xxx"

This commit is contained in:
Sébastien Helleu
2018-05-31 22:51:23 +02:00
parent 1587674e9b
commit 53fedfe4e6
2 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -23,13 +23,14 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v2.2_default_triggers]]
=== Default triggers
The existing trigger "cmd_pass" has been updated to hide password in command
`/msg nickserv set password`.
The existing triggers "cmd_pass" and "msg_auth" have been updated to hide
password in command `/msg nickserv set password` and support the option
`-server xxx`.
You can restore the default trigger with the following command:
You can restore the default triggers with the following command:
----
/trigger restore cmd_pass
/trigger restore cmd_pass msg_auth
----
[[v2.2_irc_signals_tags]]