Creates a bot for the server that joins an IRC channel. This is a Bukkit plugin. Inspired by (and works great in combination with) IRCTransport. (Thanks hef!)
Put these in Minecraft's server.properties file with appropriate values. irc.server= irc.autojoin= irc.verbose=false irc.serverbot=MineCraft
The irc.server setting is mandatory. All other settings are optional. Set irc.autojoin to a channel to have your bot autojoin that channel. Use irc.serverbot to set the bot's name.
- Let a bot join an IRC channel.
- Listen to custom events.
- Use HeroicDeath 1.4.2+ for death events.
- Removed debug stuff from the previous version
- Fixed an error if HeroicDeath was missing.
- Working Colors
- Basic bot features.
- HeroicDeath events.