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

Enabling users to set delays between connect commands #1390

Open
ghost opened this issue Aug 2, 2017 · 7 comments · May be fixed by #4557
Open

Enabling users to set delays between connect commands #1390

ghost opened this issue Aug 2, 2017 · 7 comments · May be fixed by #4557
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.

Comments

@ghost
Copy link

ghost commented Aug 2, 2017

One neat feature would be to be able to set a delay of a few seconds between two commands in order to give enough time to react to bots, for example.

@astorije astorije added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Aug 2, 2017
@ghost
Copy link
Author

ghost commented Aug 22, 2018

(just noticed there's actually one second between commands by default, being able to change that value from config.js would be great though!)

@MaxLeiter
Copy link
Member

MaxLeiter commented Aug 22, 2018

I think we could add this as a checkbox on the Edit Network page.

Edit: this comment was meant for the other issue regarding auto connecting to networks

@xPaw
Copy link
Member

xPaw commented Aug 22, 2018

In which cases is the 1 second delay not enough?

@ghost
Copy link
Author

ghost commented Aug 22, 2018

@xPaw (really) slow bots. I'm currently mitigating this by adding a bunch of dummy commands between an invite command and the /join for example, but something like /timer would be great.

@dgw
Copy link
Contributor

dgw commented Aug 22, 2018

@komic How about a /sleep that takes an argument (float?) for the number of seconds?

Not sure there'd be any downside to having it work client-side (but it also wouldn't be very useful if it showed up in auto-complete).

@xPaw
Copy link
Member

xPaw commented Aug 22, 2018

Merely adding a command wouldn't work, you'd need to hack the code that executes code to increase delays when a sleep command is seen.

@dgw
Copy link
Contributor

dgw commented Aug 22, 2018

Oh, definitely. It also probably wouldn't be sent to the IRC server. Likely would only work in the connect-commands field, and nowhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
4 participants