Beta 2
Pre-release
Pre-release
This is the second public beta of Chaskis. There are probably be bugs, and do not assume the Core API will remain the same in future releases.
- Windows Installer: https://files.shendrick.net/projects/chaskis/releases/0.3.0/ChaskisInstaller.msi
- AUR (Arch Linux): https://aur.archlinux.org/packages/chaskis/
- Chaskis Core NuGet: https://www.nuget.org/packages/ChaskisCore/
- Chaskis Installer on Chocolately (May need approval before latest gets pushed through): https://chocolatey.org/packages/chaskis/
Core Updates - Version 0.3.0
- Added the ability for plugins to talk to other plugins without directly referencing them via ChaskisEvents. For an example of this, see the KarmaBot Plugin and the WelcomeBot Plugin. This is required for a web interface.
- Added the ability for plugins to log to the Chaskis Log.
Known Issues
- Quit message is not sent when we disconnect.
- When we quit, it takes the ratelimit time before we exit.
Plugin Updates
Caps Watcher - 0.2.1
- Issue #18: Improved algorithm for detecting caps so things that aren't really caps don't trigger the bot.
Karma Bot
- Added a Chaskis Event such that one can query a user's karma.
Message Fixer Bot - 0.1.0
- Initial Release
- Issue #16: Add a "SearchAndReplace" plugin
RSS Bot - 0.3.0
- Issue #20: Allow configuration to specifiy which channel updates go to.
Url Bot
- No Longer supports file://.
Welcome Bot
- When a user joins, it asks KarmaBot for the Karma of the user, and prints it to the channel.