113
edits
(add initial instructions how to auth with chii[ar] in weechat) |
|||
(3 intermediate revisions by the same user not shown) | |||
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].}} | ||
<code>/set irc.look.nicks_hide_password "nickserv,chii[ar]"</code> | <code>/set irc.look.nicks_hide_password "nickserv,chii[ar]"</code> | ||
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> | ||
Line 22: | Line 24: | ||
<code>/alias add chii /eval /msg -server synirc chii[ar] auth <your_anidb_username> ${sec.data.chii}</code> | <code>/alias add chii /eval /msg -server synirc chii[ar] auth <your_anidb_username> ${sec.data.chii}</code> | ||
== | == Log in with Chii[AR] == | ||
{{eyecatch|Warning|As the alias does not check whether Chii[AR] is the actual Chii[AR], check <code>/whois chii[ar]</code> before logging in. The output should have a line containing the string <code>[Chii[AR]] is identified for this nick</code>.}} | {{eyecatch|Warning|As the alias does not check whether Chii[AR] is the actual Chii[AR], check <code>/whois chii[ar]</code> before logging in. The output should have a line containing the string <code>[Chii[AR]] is identified for this nick</code>.}} | ||
<code>/chii</code> | <code>/chii</code> | ||
[[Category:IRC]] |
edits