![]() |
IRChat - IRC chat bridge! - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: IRChat - IRC chat bridge! (/thread-1775.html) Pages:
1
2
|
IRChat - IRC chat bridge! - jan64 - 02-15-2015 IRChat IRC <-> chat bridge. Console commands
You can find the config file in ./Plugins/IRChat/Config.lua Download Archive: https://github.com/jan64/IRChat/archive/master.zip Github: https://github.com/jan64/IRChat I only tested this on espernet, so i'm looking for people willing to try this and report any issues. ![]() If something isn't working, change debug to true in the config file, and paste your log here. RE: IRChat - IRC chat bridge! - NiLSPACE - 02-15-2015 That's awesome ![]() ![]() RE: IRChat - IRC chat bridge! - xoft - 02-15-2015 That was fast! I didn't expect plugins using the cNetwork API to emerge this soon ![]() I guess we did a good job with the interface. RE: IRChat - IRC chat bridge! - jan64 - 02-15-2015 The interface is nice, indeed. Only missing part atm is the documentation. ![]() RE: IRChat - IRC chat bridge! - xoft - 02-15-2015 It is documented: http://mc-server.xoft.cz/LuaAPI/cNetwork.html Or is there something specific you're missing there? (the TLS methods are not yet on the web, but the documentation is in place, I just didn't have time to update the web) RE: IRChat - IRC chat bridge! - jan64 - 02-15-2015 That's great, thanks! ![]() I was refering to the TLS / Close methods. As a side note, is there any way to capture console output from a plugin? I'm looking for a way to create private irc channels that could be used for simple management. And there was some talk about a plugin repo, what's happening with that? RE: IRChat - IRC chat bridge! - jan64 - 02-16-2015 Update! I've added two things: Endpoints - configuration for what and where data is being relayed, this also means you can relay chat/events to more than one channel or even from one channel to another! IRC Commands - only .players for now RE: IRChat - IRC chat bridge! - NiLSPACE - 02-16-2015 I'm wondering. Do you have this plugin hooked into the Core's webadmin? RE: IRChat - IRC chat bridge! - jan64 - 02-16-2015 Nope. I'm not really convinced it'd be more useful than simple config file. And, it'd be additional work to do. ![]() RE: IRChat - IRC chat bridge! - NiLSPACE - 02-16-2015 No I mean the webchat ![]() But it would be some additional work ![]() |