tiny icon indicating copy to clipboard operation
tiny copied to clipboard

Command overhaul

Open osa1 opened this issue 8 years ago • 2 comments

As discussed in #61,

Current command implementation has some issues and/or could be improved.

  • [ ] No command auto completion
  • [x] No way to get help about a command from within the app (or a /help command that lists all commands)
  • [ ] Poor error checking and error messages

I'm hoping to fix these. As usual contributions are welcome.

Other commands-related issues: #63 (/join doesn't support password-protected channels), #59 (/connect doesn't allow connecting with TLS).

osa1 avatar Dec 23 '17 07:12 osa1

Also maybe add a way to set alias for commands in config file

meain avatar Dec 23 '17 15:12 meain

/help command implemented in ec00007.

osa1 avatar Aug 12 '20 11:08 osa1