Replaces minecraft's in game chat with IRC clients. This is a bukkit plugin.
Put these in Minecraft's server.properties file with appropriate values. irc.server= irc.autojoin= irc.verbose=false
The irc.server setting is mandatory. All other settings are optional. Set irc.autojoin to a channel to have your users autojoin that channel.
/join #channel
/leave #channel
/channel #channel -- changes your active channel
/msg user -- send a private message to a user
/nick new_name -- change your display name.
/names -- shows users in your channel
/me action to perform -- performs an irc action
/topic -- get or set the channel topic
- Minecraft chat is replaced with an IRC session.
- Private messaging works in game.
- IRC channels are joinable in game.
- Fixed a nickname change bug.
- IRC color to minecraft color support in chat.
- Removed TSLPC.
- Channel topic support
- Added /me support
- Added /names support.
- Added channel is invite only error message.
- Changed output messages to use logging.
- Fixed bug in nickname changing.
- Renamed PlayerBot to IrcAgent.
- Fixed join message detection.
- Changed package name to hef.IRCTransport as per request.
- Changed build system to Maven.
- Player's name displays correctly when their name is changed.
- Nick change notification added.
- Nick already in use handling changed.
- Active channel is switched on channel join.
- Channel join messages.
- Channel autojoin now a setting.
- Basic irc features are functional in Minecraft.