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

Don't require commands be uppercase when using !cmd #1823

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Sep 12, 2024

  1. src/bridge/AdminRoomHandler.ts: don't require commands be uppercase

    when using `!cmd`
    
    IRC commands can be lowercase.
    
    Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
    Ferass El Hafidi authored and tadzik committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    66f4b9a View commit details
    Browse the repository at this point in the history
  2. src/bridge/AdminRoomHandler.ts: fix !help formatting

    Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
    Ferass El Hafidi authored and tadzik committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    35e10f1 View commit details
    Browse the repository at this point in the history
  3. spec/: fix tests to match previous changes

    Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
    tadzik committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    15809ec View commit details
    Browse the repository at this point in the history
  4. changelog

    tadzik committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6aaa8f0 View commit details
    Browse the repository at this point in the history