Skip to content

v3.0.7 - Bug Fixes, New/Changed Commands

Compare
Choose a tag to compare
@DuckBoss DuckBoss released this 12 Jun 18:06
· 915 commits to master since this release

Changes/New Updates

Help Commands

  • The !help command can now be used without any additional parameters to display the available help commands for all the plugins.
    Example Usage:
!help: Displays a list of the help commands for all the available plugins.
(or)
!help 'plugin_name': Displays all the commands available for the given plugin.

User Comment For Bot

  • Added new field : "DefaultComment" for users to add custom comments to bot via their config file.
  • The "DefaultComment" field is set to "Hello! I am JJMumbleBot" by default but can be changed by the user.
  • !comment command : Sets the bot's user comment with the given text.
!comment 'comment_text': Sets the bot's user comment with the given text.
  • !resetcomment command: Resets the bot's user comment to the default text.
!resetcomment: Resets the bot's user comment to the default text.

Youtube Plugin

  • The !link and !linkfront commands now displays an error when a playlist link is provided.
  • The !playlist command now displays an error when a playlist link isn't provided.

Other Updates and Bug Fixes

  • Removed debug print statements.
  • Changed AllowedRootChannelsForTempChannels value in the config_template.ini to "Root" instead of "Default" since that's what the default murmur server uses.
  • Added new field: SubHeaderTextColor to further customize the GUI text colors.
  • The wiki has been updated to reflect these changes/additions.

Thanks to @ajmandourah for pointing out many issues that were fixed in this update.