Dynmap compatibility
CelticMinstrel opened this issue ยท 9 comments
I'd like to see the ability for Dynmap webchat to be transmitted to IRC; it shouldn't be hard, since there's a custom event for it.
I would also like to see IRC chat transmitted to dynmap with this.
This is the only feature I'm holding out on before I switch from CraftIRC.
They can use my event (IRCMessageEvent) and can use IRC.sendMessage(String channel, String message); to send a message to an irc channel.
Make it a pluging for MonsterIRC using my plugin api (https://github.com/Monstercraft/SimplePlugins/blob/master/src/SimpleLogger.java) Theres a sample. Should be easier than making a whole new plugin.
I believe there is already a plugin bridge for this, how ever if there isn't read 2 comments above. I will not be adding support however someone could simply make a bridge using my plugin API. Take a look at my mini plugin simplelogger. :)
I made a bridge for this. I don't know if it works at this time, though. Search BukkitDev for DynmapIRC.
@CelticMinstrel No luck: http://d.pr/n/IsuV :(