weechat-matrix-protocol-script icon indicating copy to clipboard operation
weechat-matrix-protocol-script copied to clipboard

/matrix help does not work

Open matthijskooijman opened this issue 9 years ago • 4 comments

The help for the matrix command suggests that /matrix help should give more info on subcommands, but this does not seem to work. This uses a current git master (0635de0bff9a50deed84b05f28069eb27c5313b8).

/help matrix
│ Plugin for matrix.org chat protocol                                                                                                                              │
│                                                                                                                                                                  │
│ Commands:                                                                                                                                                        │
│ help                                                                                                                                                             │
│ connect                                                                                                                                                          │
│ debug                                                                                                                                                            │
│ msg                                                                                                                                                              │
│ Use /matrix help [command] to find out more                                                                                                                      │
│                                                                                                                                                                  │
│ Supported slash commands (i.e. /commands):                                                                                                                       │
│ join, part, leave, me, topic, upload, query, list, op, voice, deop, devoice, kick, create, createalias, invite, nick, whois, notice, msg, encrypt, public,       │
│ names, more, roominfo, name               
/matrix help connect
│ Command not found: help connect                                                                                                                                  │
/matrix help debug
│ Command not found: help debug                                                                                                                                    │
/matrix help
│ Command not found: help                                                                                                                                          │

matthijskooijman avatar Jul 20 '16 11:07 matthijskooijman

Yeah, subcommands could be better documented. Mostly they mimic their IRC counterparts as closely as makes sense.

torhve avatar Jul 20 '16 12:07 torhve

Please improve the help. I turned on /matrix debug i.e. and don't know how to turn it off again :o

varac avatar Feb 15 '17 21:02 varac

@varac Just run /matrix debug again.

lindhe avatar Jul 10 '18 22:07 lindhe

So what should the documentation say? I only learned how to enable/disable debug here.

tuxick avatar Sep 03 '18 18:09 tuxick