![]() |
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
|
RE: IRChat - IRC chat bridge! - jan64 - 02-16-2015 Ah, That's as far as i can tell easy enough to do. I'll add the necessary endpoint in the next release. ![]() RE: IRChat - IRC chat bridge! - NiLSPACE - 02-16-2015 I do think the Core needs some modifications. As far as I remember I don't think it has a hook that fires when someone on the webadmin talks. You can however add messages by calling the WEBLOG functions. RE: IRChat - IRC chat bridge! - jan64 - 02-16-2015 Hmm. Seems like there's none indeed. I'll have to make a PR, then. RE: IRChat - IRC chat bridge! - NiLSPACE - 02-16-2015 Shouldn't be too hard. You can see how the commands are done. A hook would look allot like that. RE: IRChat - IRC chat bridge! - jan64 - 02-17-2015 Update! I've added web and console(currently write-only) endpoints, and created a PR for Core with necessary functionality ( https://github.com/mc-server/Core/pull/122 ). Note: Chat coming from the web chat is actually coming from web-chat-chat due to the naming scheme for endpoint sources. Not anymore! RE: IRChat - IRC chat bridge! - jan64 - 02-26-2015 Added hooks for SendFromEndpoint / SendToEndpoint (Example here: https://github.com/jan64/IRChatAPITest ) Added the ability to send raw irc commands (console: ircr SOMETHING HERE) RE: IRChat - IRC chat bridge! - yangm97 - 11-08-2016 Any plans to support matrix? RE: IRChat - IRC chat bridge! - PureTryOut - 11-12-2016 +1 for Matrix! It even has API's for this kind of stuff! Check it out here! |