From 1ec06c23f8ed47c985f3a5fdf2819a683e132a16 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Tue, 15 Nov 2022 13:05:30 +0100 Subject: [PATCH] Migrated --- README.md | 70 +------------------------------------------------------ 1 file changed, 1 insertion(+), 69 deletions(-) diff --git a/README.md b/README.md index 1792068..a2f4e87 100644 --- a/README.md +++ b/README.md @@ -2,73 +2,5 @@ Wee-Matter is a Mattermost backend to Weechat. -## Installation +The project has been migrated to : [~stacyharper/wee-matter](https://sr.ht/~stacyharper/wee-matter) -Python dependencies from PyPi: - -* [websocket_client](https://pypi.org/project/websocket_client/) - -```bash -$ make install # WEECHAT_HOME=$HOME/.another-weechat -``` - -## Usage - - -## Connection - -``` -/script load wee_matter.py -/matter server add a_banal_server a.banal.server -``` - -You should then edit other related configs as autoconnect servers, procotol (http/https), username, password. - -``` -/set wee_matter.server.* -``` - -Then you can connect/disconnect to servers - -``` -/matter connect a_banal_server -/matter disconnect a_banal_server -``` - -## Mattermost commands - -You can send Mattermost commands using this prefix. - -``` -/matter command me Aya ! :3 -``` - -## Reply, React, Remove - -Mouse click or select a line print the short post id in the input field. - -Some command uses this id to interact with posts. - -``` -/reply abc Yeah you right ! -/react abc rofl -/react abc 100 -/delete abc -``` - -## Deal with files - -Mouse click or select a file line download it and open it. - -## Send multiline messages - -The multiline perl script is correctly handled by Wee-MatterĀ : - -https://weechat.org/scripts/source/multiline.pl.html/ - -You would still have issues with multiline pasted text. Add thisĀ : - -``` -/set plugins.var.perl.multiline.weechat_paste_fix "off" -/key bind ctrl-J /input insert \n -``` -- 2.45.2