Watch
1
0
Fork
You've already forked IRChat
0
No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
opt abed9bd83d
Remove sender from message sent to players
This allows us to leverage Matterbridge to turn the IRC bridge into a
bridge of Cuberite to/from the platforms that Matterbridge supports.
Nice!
2026-08-25 02:28:14 +00:00
.gitignore Add Config.lua to .gitignore 2026-08-25 02:22:21 +00:00
Commands.lua Added hooks for SendFromEndpoint and SendToEndpoint 2015-02-25 20:36:15 +01:00
Config.lua.example Add Config.lua to .gitignore 2026-08-25 02:22:21 +00:00
Hooks.lua Update for new cPluginManager compatibility 2015-04-23 13:59:59 +02:00
Info.lua Added hooks for SendFromEndpoint and SendToEndpoint 2015-02-25 20:36:15 +01:00
Main.lua Remove sender from message sent to players 2026-08-25 02:28:14 +00:00
README.md Update download link 2026-08-25 02:23:07 +00:00

IRChat

IRChat is an IRC bridge for the in-game chat.

Installation

The installation for IRChat is simple, just follow these steps:

  • Download IRChat
  • Unzip the zip into your MCServer plugins folder.
  • In the plugins section of your settings.ini file, add the following line: Plugin=IRChat.
  • Copy the example config to (Plugins/IRChat/Config.lua), and make your changes
  • You have now installed IRChat for MCServer!