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

irc, bot, builtins: add & use AbstractBot.make_identifier_memory() helper #2552

Merged
merged 7 commits into from
Nov 17, 2023

Commits on Nov 9, 2023

  1. irc: add make_identifier_memory helper to AbstractBot

    This is a convenience method for people who just want default behavior
    matching what Sopel itself does internally. The common use cases for
    `SopelIdentifierMemory` require that its casemapping behave the same as
    what Sopel's using, and this simplifies getting there.
    dgw committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    fdba03f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0cbca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d504c20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acc0bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31e1c1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46977b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

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