Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command overhaul #66

Open
1 of 3 tasks
osa1 opened this issue Dec 23, 2017 · 2 comments
Open
1 of 3 tasks

Command overhaul #66

osa1 opened this issue Dec 23, 2017 · 2 comments

Comments

@osa1
Copy link
Owner

osa1 commented Dec 23, 2017

As discussed in #61,

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

  • No command auto completion
  • 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).

@meain
Copy link
Contributor

meain commented Dec 23, 2017

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

osa1 added a commit that referenced this issue Jan 14, 2018
It turns out some servers don't allow identification with `PASS` so we
have to send `PRIVMSG` to `NickServ` in `auto_cmds`, but we don't want
new tabs for that. So, this hack needs to stay until we implement named
command arguments and add a argument to `/cmd` for not creating tabs
(#66).
@osa1
Copy link
Owner Author

osa1 commented Aug 12, 2020

/help command implemented in ec00007.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants