Skip to content

Commit 1d5b920

Browse files
committed
Use /script instead of /lua
1 parent c896288 commit 1d5b920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ weechat
3535
Helpful commands after starting WeeChat
3636
```
3737
# If you didn't put matrix.lua in autoload
38-
/lua load matrix.lua
38+
/script load matrix.lua
3939
# 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 )
4040
/set plugins.var.lua.matrix.user username
4141
/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
6363
refresh the state by issuing the command
6464

6565
```
66-
/lua reload matrix
66+
/script reload matrix
6767
```
6868

6969
If you get invited to a room, the script will autojoin, which is configurable
@@ -93,7 +93,7 @@ git pull
9393
```
9494

9595
```
96-
/lua reload matrix
96+
/script reload matrix
9797
```
9898

9999
## How to get WeeChat & Lua deps up and running on Debian/Ubuntu:

0 commit comments

Comments
 (0)