Releases: vdeville/twitch-bot
Twitch Bot 1.5.0
Changelog Twitch Bot 1.5.0
General:
-
[+] Add IRC re-connection check to patch Twitch servers restarts
-
[+] Add message id support
-
[+] Add role system
-
[+] Add Utils class to help when you develop module
-
[+] Add docker image for debug
-
[+] Add option to delete specific message instead of timeout
-
[+] Add log for deleted messages
-
[~] Update twitch sub meta change, total of subscribed months
-
[~] Update documentation
Modules:
-
[+] Add Setnext module
-
[+] Add option to allow /me for sub / vip
-
[+] Add blame plugin
-
[+] Add possible bypass for Commands module
-
[+] Add option to delete specific action instead of timeout for MeBlock module
-
[+] Add option to delete messages instead of timeout for Antispam module
-
[~] Clean up code Commands module
-
[~] Fix word typo error causing crash of Antispam module
Thanks. Valentin.
Twitch Bot V1.4.0
Changelog twitch-bot 1.4.0
General:
- [~] Modify documentation
Modules:
- [+] Add new regex for antispam module (enable it in config of module)
Thanks. Valentin.
Twitch Bot V1.3.0
Changelog twitch-bot 1.3.0
General:
- [+] Generate Pretty JSON instead of non human readable
- [+] Remake core config system
- [+] Multiple fixs on channel and bot name for pretty display
- [+] Add config
connect_message
to choose if modules send the successful loading message - [+] Add config
command_prefix
to choose symbol or more for command detection - [~] Update
info.json
of multiple modules - [~] Some optimizations in setup.sh and launch.sh
- [~] Code cleanup and PhpDoc Updates
- [~] Multiples optimizations on core
API:
- [+] Add
onCommand
hook (viewREADME.md
for more informations) - [~] Fix
onUsernotice
hook which does not work correctly
Modules:
- [+] Add Rip module (rip add/reset)
- [+] Add Streamquote module (quote / addquote)
- [+] Improve Antispam configuration
- [+] Add delay use option to multiple modules
- [+] Add help message for some modules when command is not properly call
- [~] Update all command based modules to new hook
onCommand
- [~] Rename info.json of Meblock
Thanks. Valentin.
Twitch Bot V1.2.0
Changelog twitch-bot 1.2.0
General:
- [~] Code cleanup and rename some variables
Scripts:
- [+] Add new launch option: screen, open the bot in detached screen. Type
screen -r twitch-bot
to reattach. (screen
package need to be installed on the
system)
API:
- [+] Add new constructor
- [+] Add config system in module trait (
getConfig()
,setConfig()
methods) - [~] Update documentation
Modules:
- [+] Update all modules to new config system
- [+] Add configurable messages for all modules
- [+] Add Googleit module (!google pseudo Question to answer to google)
- [-] Fix bug with alias and spam delay on Commands module
Thanks. Valentin.
Twitch Bot V1.1.0
Version 1.1.0
Read README.md file for informations about installation, or simply run setup.sh by typing sudo bash setup.sh