WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

Herochat support #15

Open TheRealB opened 11 years ago

TheRealB commented 11 years ago

Support for Herochat Chat channels-> channels in IRC

WizardCM commented 11 years ago

I didn't know HeroChat was still being used!

If I understand correctly, you want channels in HeroChat to each have their own corresponding #channel in IRC? It's an interesting idea, but I'm unsure how easy to implement. I'll definitely look into it for you though.

Lunaphied commented 11 years ago

If the codebase that this plugin was built on had proper documentation this would be easy. New rule, all good projects really have this. Even people with commit access shall have to submit a pr tonhave their code reviewed by another commit team member for proper documentation and good code. I don't know of a better place to post this so I am putting it here. As I am currently heading WMA's Dev projects I want to encourage good practice and professionalism among the team. This standard will be stickied on the forums tomorrow. This was written via email so it makes more sense to put others for me than it may for you. On Jan 14, 2013 6:26 PM, "Matt Gajownik" notifications@github.com wrote:

I didn't know HeroChat was still being used!

If I understand correctly, you want channels in HeroChat to each have their own corresponding #channel in IRC? It's an interesting idea, but I'm unsure how easy to implement. I'll definitely look into it for you though.

— Reply to this email directly or view it on GitHubhttps://github.com/WMCAlliance/BukkitIRCd/issues/15#issuecomment-12247625.

WizardCM commented 11 years ago

This will require quite a bit of discussion. If you're going to be head, you're going to have to be more active on our projects first. BoomBox said he can document existing code, so I think that should be done first.

Lunaphied commented 11 years ago

Check this wma.im/topic/development-team-only-updates-must-read/ for the new information I posted. I do agree discussion is key. I was originally leading and just have had alot more projects todo that I got caught up in before WMA actually had any projects. I can dedicate a lot more time from this week onwards.

On Mon, Jan 14, 2013 at 11:12 PM, Matt Gajownik notifications@github.comwrote:

This will require quite a bit of discussion. If you're going to be head, you're going to have to be more active on our projects first. BoomBox said he can document existing code, so I think that should be done first.

— Reply to this email directly or view it on GitHubhttps://github.com/WMCAlliance/BukkitIRCd/issues/15#issuecomment-12253818.

drnod commented 11 years ago

@WizardCM thats the thing. ingame Channel mirrored to IRC. currently using monsterirc with herochat and bungeecord multiserver multiverse system :)

Praefator commented 11 years ago

Any chance the following plugin can be used to bridge BukkitIRCd with HeroChat, much like it does with CraftIRC already? http://dev.bukkit.org/server-mods/uircbridge/

BlaneyXYZ commented 11 years ago

I shall look into it

drnod commented 11 years ago

is this still active?

BlaneyXYZ commented 11 years ago

It very much is. We have all being focusing on our schooling and work.

is this still active?

— Reply to this email directly or view it on GitHub.

drnod commented 11 years ago

thank you :) good luck!

chyyran commented 11 years ago

@modwizcode Referring to your comment about how the code base is undocumented, that's not the only problem. As it stands, the code is basically spaghetti code, its messy, full of if elses, methods are unsorted, and many things need refactoring.