summaryrefslogtreecommitdiff
path: root/doc/en/weechat_faq.en.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/weechat_faq.en.txt')
-rw-r--r--doc/en/weechat_faq.en.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt
index 7a20cba64..9f3a3c698 100644
--- a/doc/en/weechat_faq.en.txt
+++ b/doc/en/weechat_faq.en.txt
@@ -501,6 +501,22 @@ Setup server port, SSL, dhkey_size, then connect:
/connect freenode
----------------------------------------
+[[irc_oauth]]
+How to connect to a server that requires "oauth"?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Some servers like 'twitch' require oauth to connect.
+
+The oauth is simply a password with the value "oauth:XXXX".
+
+You can create such server and connect with following commands (replace name
+and address by appropriate values):
+
+----------------------------------------
+/server add name irc.server.org -password="oauth:XXXX"
+/connect name
+----------------------------------------
+
[[irc_sasl]]
How can I be identified before joining channels?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~