torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

/matrix help does not work #36

Open matthijskooijman opened 8 years ago

matthijskooijman commented 8 years ago

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                                                                                                                                          │
torhve commented 8 years ago

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

varac commented 7 years ago

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

lindhe commented 6 years ago

@varac Just run /matrix debug again.

tuxick commented 6 years ago

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