You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ weechat
35
35
Helpful commands after starting WeeChat
36
36
```
37
37
# If you didn't put matrix.lua in autoload
38
-
/lua load matrix.lua
38
+
/script load matrix.lua
39
39
# Set the two required settings. Look in WeeChat docs for secdata if you don't want to store passord in the clear. ( http://dev.weechat.org/post/2013/08/04/Secured-data )
40
40
/set plugins.var.lua.matrix.user username
41
41
/set plugins.var.lua.matrix.password secret
@@ -63,7 +63,7 @@ If at any point you get any errors you can always try reloading the script to
63
63
refresh the state by issuing the command
64
64
65
65
```
66
-
/lua reload matrix
66
+
/script reload matrix
67
67
```
68
68
69
69
If you get invited to a room, the script will autojoin, which is configurable
@@ -93,7 +93,7 @@ git pull
93
93
```
94
94
95
95
```
96
-
/lua reload matrix
96
+
/script reload matrix
97
97
```
98
98
99
99
## How to get WeeChat & Lua deps up and running on Debian/Ubuntu:
0 commit comments