I recently started developing an irc bot, with plentiful help and guidance from
@Eeems Right now the bot isn't very useful, but over the following weeks i will be adding stuff to it. If you have any suggestions for functions the bot should perform, please post here. The source (Java) can be found here:
https://github.com/c4ooo/c4BotFeatures:
Currently in #spam and #theBot channels.
If you PM the bot a command, it will respond to you with a PM (some commands will require PM'ing)
The bot is split into several "module", which are handled via a plugin api. They provide different commands/functions to the bot.
[h1]Here is a list of modules, and the commands they add:[/h1]
Core module:Spell check module:Spoiler For Spoiler:
This module uses google to spell check your inputs.
Command:
@spellcheck <Some Sentence> - Returns a spellchecker version of the sentence.
Ex:
@spellcheck chiken tasts vry guud! will return
chicken tastes very good!.
This bot relies on google to get responses.
@Sorunome has warned me that they might catch on and start blocking my bot's responses. This means that the bot may become unavailable in the future.
Spam my console module:NOTE:The bot is hosted from my pc and is only up when am working on it.