CraftIRC / 3

CraftIRC3
19 stars 35 forks source link

fixed ConsolePoint messages #1

Closed doughsay closed 12 years ago

doughsay commented 12 years ago

ConsolePoint was broken, if you send messages to the console from IRC all you used to get was "%message%". Apparently passing in this to getMessage() like in the other endpoints fixes this.

doughsay commented 12 years ago

I added optional support for multiverse formatted world names as well. I use this on my server, and I like the proper world alias, with colors, to appear in the IRC chat. I know you probably don't want to add multiverse-core as a build dependency so feel free to not pull that commit.