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

Confusing semantics for command_delay, and missing command pre-delay #862

Closed
haasn opened this issue Dec 10, 2016 · 2 comments
Closed

Confusing semantics for command_delay, and missing command pre-delay #862

haasn opened this issue Dec 10, 2016 · 2 comments
Assignees
Labels
feature New feature request
Milestone

Comments

@haasn
Copy link

haasn commented Dec 10, 2016

command_delay (in irc.server.X.) describes itself as being a delay after executing a command and before auto-joining channels. I think it would make more sense to have that called autojoin_delay.

Furthermore, what I actually expected command_delay to do is to delay running a command after connecting, i.e. a command pre-delay. There seems to be no way of accomplishing that as of now. (I need to make sure I'm fully connected before running my command)

@flashcode flashcode added the feature New feature request label Dec 10, 2016
@arza-zara
Copy link
Contributor

You can use /wait for pre-delay.

@flashcode flashcode self-assigned this Feb 11, 2024
@flashcode flashcode added this to the 4.3.0 milestone Feb 11, 2024
@flashcode
Copy link
Member

flashcode commented Feb 11, 2024

Done!

New server option has been added: "autojoin_delay".

On upgrade from any version to 4.3.0, the server option "command_delay" is copied to "autojoin_delay".
And the server option "command_delay" is now a delay before the execution of the command.

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

No branches or pull requests

3 participants