MonsterIRC

MonsterIRC

24.4k Downloads

Dynmap compatibility

CelticMinstrel opened this issue ยท 9 comments

commented

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.

commented

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.

commented

They can use my event (IRCMessageEvent) and can use IRC.sendMessage(String channel, String message); to send a message to an irc channel.

commented

Eh, I suppose I'll make a bridge plugin then.

commented

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.

commented

Any official word on this?

commented

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. :)

commented

I made a bridge for this. I don't know if it works at this time, though. Search BukkitDev for DynmapIRC.

commented
commented

That's odd... well, maybe you could compile it yourself though...