113
edits
mNo edit summary |
m (recommend running /save to persist config changes) |
||
Line 1: | Line 1: | ||
{{eyecatch|Note|After making changes via weechat commands, remember to persist the weechat config to disk by running <code>/save</code>, see [https://weechat.org/files/doc/devel/weechat_user.en.html#command_weechat_save weechat command save].}} | |||
== Hide password from weechat output and logs == | == Hide password from weechat output and logs == | ||
=== Add Chii[AR] to the list of nicks to hide passwords for (in output and logs). === | === Add Chii[AR] to the list of nicks to hide passwords for (in output and logs). === | ||
{{eyecatch|Note|default is <code>nickserv</code> as of weechat version <code>4.5.2</code>, see also [https://weechat.org/files/doc/devel/weechat_user.en.html#option_irc.look.nicks_hide_password weechat option irc.look.nicks_hide_password].}} | {{eyecatch|Note|default is <code>nickserv</code> as of weechat version <code>4.5.2</code>, see also [https://weechat.org/files/doc/devel/weechat_user.en.html#option_irc.look.nicks_hide_password weechat option irc.look.nicks_hide_password].}} | ||
Line 11: | Line 14: | ||
=== Set weechat secure passphrase === | === Set weechat secure passphrase === | ||
Set a passphrase for secure data in weechat if you have not done so already. | Set a passphrase for secure data in weechat if you have not done so already. | ||
{{eyecatch|Warning|If no passphrase is set, your credentials will being stored in '''plaintext''' in <code>sec.conf</code>, see [https://weechat.org/files/doc/devel/weechat_user.en.html#command_weechat_secure weechat command secure]. | {{eyecatch|Warning|If no passphrase is set, your credentials will being stored in '''plaintext''' in <code>sec.conf</code>, see [https://weechat.org/files/doc/devel/weechat_user.en.html#command_weechat_secure weechat command secure].}} | ||
}} | |||
<code>/secure passphrase <your_passphrase></code> | <code>/secure passphrase <your_passphrase></code> | ||
edits