Jason Jerome
Jason Jerome
Update the PGUI system to allow all commands that have been sent through a whisper/private-message to display the output back to only the user instead of the entire channel. Similarly,...
Adding a command to allow changing plugin settings for a plugin, so that settings in the plugin metadata file can be changed at runtime. For example: `!pluginsettings ` This would...
It might be a better idea to change the command handling system so that it uses a `@command` decorator instead of the current `cmd_` prefix on methods. This would also...
Currently unsure where this would fit in... maybe a separate plugin.
Config Update Utility - Add an update utility that can be used to update config.ini files for existing users when new releases add/remove/rename parameters within the file. - Use the...