summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt
index 3ff8dda25..d67e85f8b 100644
--- a/doc/en/weechat_faq.en.txt
+++ b/doc/en/weechat_faq.en.txt
@@ -212,8 +212,10 @@ I want to change the language used by WeeChat for messages, but without exiting
Yes, you have to use a python script, shell.py (available on WeeChat website)
and issue these commands when script is loaded:
- /shell setenv LANG=en_US.UTF-8
- /upgrade
+----------------------------------------
+/shell setenv LANG=en_US.UTF-8
+/upgrade
+----------------------------------------
To have english messages with UTF-8 encoding for terminal, for ISO users, you
can issue: `/shell setenv LANG=en_US`.
@@ -300,6 +302,17 @@ According to WeeChat version:
(`/help filter` for help)
+[[filter_irc_channel_names]]
+How can I filter names displayed when I join an IRC channel?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You must add a filter on tag "irc_366":
+
+----------------------------------------
+/filter add irc_names * irc_366 *
+----------------------------------------
+
+
[[filter_voice_messages]]
How can I filter voice messages (eg on Bitlbee server)?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~