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 "@help" for a list of commands).
- You can save IRC connection info through the config system using either the "modmenu" mod, or a keybind (default: "J").
- You can toggle your IRC connection with a keybind (default: "K").
To connect to the server saved in the configuration file, type the "@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 "@raw NICK " and "@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 10 seconds after entering a world.
This mod is a fork of JustIRC. I made this because I was personally annoyed with how little features it had - namely default chat setting. (Just like the original author, this is my first modding experience.)