torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

How to disable it #121

Closed lindhe closed 5 years ago

lindhe commented 5 years ago

Sorry for the trivial question, but I really can not figure this out: how do I disable the matrix script? I try to just close the buffers like with other servers and rooms, but it reappears the next time I start weechat...

weechatter commented 5 years ago

Like any other script in WeeChat, see /help script or /help lua

or remove symlink from ~./weechat/lua/autoload folder.

lindhe commented 5 years ago

Removing the symlink did it for me. /help lua presented no way for me to disable autoload (apparently only to enable autoload).