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

poll,wyr: obey response autodeletion set via command overrides #1672

Merged

Commits on Jun 19, 2024

  1. dcmd: add manual response marker

    ...designed for commands that send their responses manually as opposed to through dcmd, such as the poll command.
    jo3-l committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4aba38a View commit details
    Browse the repository at this point in the history
  2. poll,wyr: indicate to dcmd that responses are sent manually

    This commit (combined with the previous) allows poll and wyr responses to be autodeleted after a delay via command overrides. Previously, the command system had no knowledge of responses to these commands (which are sent manually since reactions need to be added), so autodeletion did not work.
    jo3-l committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fefea11 View commit details
    Browse the repository at this point in the history