weechat-matrix-protocol-script
weechat-matrix-protocol-script copied to clipboard
/matrix help does not work
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 │
Yeah, subcommands could be better documented. Mostly they mimic their IRC counterparts as closely as makes sense.
Please improve the help. I turned on /matrix debug i.e. and don't know how to turn it off again :o
@varac Just run /matrix debug again.
So what should the documentation say? I only learned how to enable/disable debug here.