Mal Hancock
Mal Hancock
basically create a way to log to an irc channel, and pass that channel name to the bot.
Implement class-based plugins for all features going forward. Spec for class-based plugins: - [x] ability to give help info back to bot - [x] abstract way to send message to...
In order to implement #31, the Message class sent to plugins needs to be more generic. Currently, the properties are very irc-centric. What properties are necessary and what should they...
- [ ] Implement all specialized twitch commands - [ ] Create twitch specific plugin objects
Create way for settings for plugins to be changed from within IRC for example we would use a reserved command `!set` to change the setting for the dice plugin ```...
I feel like, in order for this to be a solid project, it will need some tests. I am way out of my depth with writing tests. So any help...
Some users would like the ability to simultaneously have one bot connect to multiple servers.
The bot needs persistent storage, but not enough to justify a database (see #51). I believe the solution is to have a config file passed to the Bot object that...
Currently this relies on the irc library, which is very nice, but a bit much for what we need in a simple bot framework. Eventually, i would like to replace...
So far, all I have is a poorly made tutorial. This should be expanded with more examples and possibly technical details of how plugins and bot initialization work.