matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

Have actually helpful error messages when typing in commands #1644

Open piegamesde opened 1 year ago

piegamesde commented 1 year ago

In the chat with the appservice itself, I can type !join and get back Format: '!join irc.example.com #channel [key]'. Reasonable enough.

But when I type !join irc.libera.chat #poppler (or some other room name on some other server), then I get Format: '!join irc.example.com #channel [key]'. Not helpful at all.

See also https://github.com/matrix-org/matrix-appservice-irc/issues/1357#issuecomment-850787634 for a similar usability breakdown related to lack of feedback on invalid commands.