diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-23 14:54:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-23 14:54:07 +0100 |
commit | 9beb263e4ae6c65a3e653bfd7c69572de2963cf1 (patch) | |
tree | a21e6d73f9e3f707234bfc2d5577f652984ded95 /doc/en/weechat_dev.en.txt | |
parent | c17d3e155ca4b339de9b863087422b943bf1410b (diff) | |
download | weechat-9beb263e4ae6c65a3e653bfd7c69572de2963cf1.zip |
irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346)
New modifiers: "irc_command_auth" and "irc_message_auth".
Option removed: irc.look.hide_nickserv_pwd
New option: irc.look.nicks_hide_password
Diffstat (limited to 'doc/en/weechat_dev.en.txt')
-rw-r--r-- | doc/en/weechat_dev.en.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 48e4c6413..f07833dd1 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -194,7 +194,6 @@ Plugins | irc-config.c | IRC config options | irc-ctcp.c | IRC CTCP | irc-debug.c | IRC debug functions -| irc-display.c | IRC display functions | irc-ignore.c | IRC Ignore | irc-info.c | IRC info/infolists/hdata | irc-input.c | Input of commands/text |