• v1.3 4b4c750af4

    Izwzyzx released this 2026-08-29 17:14:53 +00:00 | 0 commits to master since this release

    Release Version 1.3

    Features

    • Native Pirate vs. Ninja implementation
    • Automatic "play Despacito" response
    • Automatic "among us" reaction
    • Added ?&knuckles (& ?knuckles) command
    • Added per-server custom command system
      • Previous "basic response aliases" are now handled as custom commands
    • Revamped Help system:
      • No longer uses a Discord embed
      • ?help lists all commands and available custom commands
      • ?help <topic> shows description and usage syntax
    • Added cooldown timer and channel blacklist to Ice Autoresponder
      • Added ?ice command, responds with the surreal meme video being referenced
      • Added ?ice.toggle command arg to set or remove channel from the blacklist
    • Added ?version command
      • Bot displays version as its status
    • Added ?custom command for managing custom commands at runtime
    • Added new Echobox functionality:
      • ?echobox.get <index> - Returns quote by quote number
      • ?echobox.search <query> - Returns quotes containing the query
      • ?echobox.stats - Lists various statistics about the Echobox
      • ?echobox.last - Returns the last quote entered
      • ?echobox.delete <index> - Deletes the given quote
      • ?echobox.restore <index> - Restores previously deleted quote
      • ?echobox.edit.<index> <quote> - Edits a (non-deleted) quote by index
    • Added Autolink search ability via [[query]] syntax
      • Defers to Tenquestionmarks if it's online

    Improvements

    • Refactored entire codebase to an object-oriented design
    • Fixed compatibility issue with messages from IRC bridge
    • Added bot version as a compiler flag
    • Added ?debug, replacing ?trace and ?ytdebug
    Downloads
  • v1.2 2f71f2b11c

    Izwzyzx released this 2025-02-15 19:55:05 +00:00 | 43 commits to master since this release

    Release Version 1.2

    • Added Pirate vs. Ninja commands: ?pirate, ?ninja, ?pvn, ?nvp
    • Added ?trace debug tool
    • New aliases: ?fineart, ?artishard, ?indeed, ?florida, ?stop
    • Added YouTube search command
    • Fixed reconnection starting duplicate timers
    • Added system to prevent MOTD from chosing the same daily result consecutively
    • Added support for MOTDs matching only the date
    • General purpose functions have been split off into IzzComLib
    • Improved fallbacks for file-reading commands
    • Data files for the official instance have been split into a separate repo
    Downloads
  • v1.1 22342d954f

    Izwzyzx released this 2023-09-05 03:04:07 +00:00 | 59 commits to master since this release

    Release Version 1.1

    • Echobox
      • Checks whether the message is already in the database
      • Makes sure it doesn't say what was just added
      • Prevents adding @everyone or other mentions to the echobox
    • Changed shutdown message to reaction
    • Updated MOTD to support exact dates
    • Optional startup message supplied by program args
    • New aliases
      • ?illuminati
      • ?communism
      • ?tufac lol
      • ?mrkrabs (ack ack ack ack ack)
      • ?coolsville
      • ?cube
      • ?opinions
    • Respond to @everyone with the Caesar pic
    • Gaming functions:
      • ?dice - Rolls a 6-sided die (default) or takes input on size
      • ?coin - Flips a coin (default) or takes input on number of coins to flip
      • ?8ball - Standard "fortune telling"
      • Fixed issue if user doesn't have a nickname set
    • Added new file saving queue system
    • Updated ?help with new features, using Embed Builder for nicer-looking display
    Downloads
  • v1.0 51a2a9f211

    Izwzyzx released this 2023-04-18 02:55:46 +00:00 | 67 commits to master since this release

    Release Version 1.0 (Minimum Viable Product)

    • Save / Load settings from file
      • Git repo that excludes settings file and export / reference folders
    • Safe shutdown of bot
    • Dev Mode (OQM ignores everything outside of the testing server)
    • A way to set up which channels get posted to
    • Command processor
      • System for WIP commands that only work in testing server
      • ?help command which lists full bot functionality
      • ?chk (ack)
      • ?devmode toggle
      • ?hug image database
      • ?yes database
      • ?no database
      • ?slap command from mIRC
      • ?angery
      • ?subway
    • MOTD framework and image database
    • Automatic "ICE" response
    Downloads