poljar / weechat-matrix

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

python: script "matrix.py" not found #336

Closed TornaxO7 closed 1 year ago

TornaxO7 commented 1 year ago

hello! I'm using artix and installed the weechat-matrix from community. Now if I do the following:

  1. Execute weechat
  2. Execute /script load matrix.py then I'm getting the following error message:
    python: script "matrix.py" not found

What am I doing wrong?

trygveaa commented 1 year ago

The script is called weechat-matrix.py in that package, so you need to run /script load weechat-matrix.py.

TornaxO7 commented 1 year ago

Weeeeeee, it's working! Thanks!