Simple IRC is a Fabric mod that allows you to connect to an IRC server in Minecraft. With it, you can fully interface with an IRC server (except for, with huge pain, services).
- You can interact with an IRC server using game commands (use "/simpleirc help" for a list of commands).
- You can save IRC connection info through the config system using the "modmenu" mod.
- You can toggle your IRC connection with a keybind (default: "K").
To connect to the server saved in the configuration file, type the "/simpleirc connect" command without any additional parameters.
If you can't connect to your IRC channel, make sure no one has already joined with your Minecraft name on the IRC side. If this happened, use "/simpleirc raw NICK " and "/simpleirc join <channel>".
- This will also happen if you have a Minecraft name that starts with a number, you will NOT be able to connect with your Minecraft name. The technical reason is IRC reserves those for server IDs.
If you enabled autoconnect, it'll connect in 5 seconds after entering a world.
This mod is a fork of SimpleIRC by BasedUser which is a fork of JustIRC. This fork only exists because BasedUser didn't add me as a contributor. The trinity continues in this mod also being my first modding experience or any experience in java.