aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-08-24 21:48:14 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-08-24 21:48:14 +0200
commita93a1547ea9864342d8ccee4008f282a5049510a (patch)
tree316ae20046de4e7ebadc036ef63d9ca722ab4c2b /README.md
parent5ce50c2bee5f2acb7b206ee37b851e3bc48bf9fa (diff)
downloadwee-slack-a93a1547ea9864342d8ccee4008f282a5049510a.tar.gz
Update the readme with info about multiline in WeeChat >= 4.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c623bf..b9da6b7 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,6 @@ Table of Contents
* [Commands and options](#commands-and-options)
* [Threads](#threads)
* [Emoji characters and tab completions of emoji names](#emoji-characters-and-tab-completions-of-emoji-names)
- * [User group tab completions](#user-group-tab-completions)
* [Cursor and mouse mode](#cursor-and-mouse-mode)
* [Removing a team](#removing-a-team)
* [Optional settings](#optional-settings)
@@ -35,6 +34,7 @@ Table of Contents
* [Local notifications on macOS](#local-notifications-on-macos)
* [Remote notifications](#remote-notifications)
* [How do I send messages with multiple lines?](#how-do-i-send-messages-with-multiple-lines)
+ * [For WeeChat &lt; 4.0.0](#for-weechat--400)
* [Known issues](#known-issues)
* [Debugging](#debugging)
* [Support](#support)
@@ -426,6 +426,13 @@ have to test them.
### How do I send messages with multiple lines?
+With WeeChat >= 4.0.0 this is supported out of the box. You can either press
+Alt+Enter to insert a line break, or paste something containing multiple lines.
+
+For older versions of WeeChat, continue reading the next section.
+
+#### For WeeChat < 4.0.0
+
You have to install a script to be able to send multiple lines, e.g. the
`multiline.pl` script with: `/script install multiline.pl`