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

coretasks, docs: fix auto-saving .blocks add host; improve "Ignoring Users" docs & x-refs #2550

Merged
merged 4 commits into from
Nov 16, 2023

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    739970e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. docs: improve "Ignoring Users" section & x-ref unblockable/*_blocks

    Maybe still not perfect, but there's at least a way to find out what
    might make a callable "blockable" (and necessitate using `unblockable`
    to change that), and how to bypass something that you don't want to be
    blocked getting blocked.
    
    We do still need proper documentation on how to use built-in commands
    from `coretasks`, but I don't particularly want to link the migrated
    wiki page at https://sopel.chat/usage/ignoring-people/ here.
    
    That old stuff will continue getting folded into the Sphinx docs over
    time. Arguably, describing the `.blocks` command in `configuration.rst`
    is already enough to mark the old website page for deletion.
    dgw committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0b49350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8bec6a View commit details
    Browse the repository at this point in the history
  3. coretasks: better interactive help for .blocks command

    Eliminated the link (to a webpage we're probably going to delete) in
    favor of directly specifying the available arguments, and added an
    example of how to `del` a block. (The only examples before were `add`.)
    dgw committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a30aad5 View commit details
    Browse the repository at this point in the history