poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
957 stars 119 forks source link

from term on page, plugin != script #297

Closed weechatter closed 2 years ago

weechatter commented 2 years ago

for example: Start by loading the Weechat-Matrix plugin: /script load matrix.py

weechat-matrix is a "script", therefore you load it with the "/script" command. a plugin can be load with the "/plugin" command ;-)