101901d Lower timer value for queued requests
~stacyharper pushed to ~stacyharper/wee-matter git
4f1db14 Renamed forgotten method names
~stacyharper pushed to ~stacyharper/wee-matter git
Wee-Matter is a Mattermost backend to Weechat.
Python dependencies from PyPi:
$ make install # WEECHAT_HOME=$HOME/.another-weechat
/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
You can send Mattermost commands using this prefix.
/matter command me Aya ! :3
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
Mouse click or select a file line download it and open it.
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