Skip to content

Instantly share code, notes, and snippets.

@jakimfett
Last active August 29, 2015 14:01
Show Gist options
  • Save jakimfett/b63dee8cc85911815dc6 to your computer and use it in GitHub Desktop.
Save jakimfett/b63dee8cc85911815dc6 to your computer and use it in GitHub Desktop.
IRC mod idea dump
Split into serverside and clientside mods.
The server exists purely to provide configuration to the clients and as a listener for non-ingame chat.
The clients, upon connecting to the minecraft server, query the server for a configuration.
The server provides a URL and a channel. The client then directly auto-connects to the specified channel,
using the login info set via a gui or a config file.
Client responds to server with configured username (to prevent double spam in chat)
The client echos everything typed by the client into IRC.
The server echos everything *not* typed by a client into the ingame chat.
Potentially an option for a partial serverside option, where any clients without the mod are echo'd into IRC by the server.
@jakimfett
Copy link
Author

The main problem this would address is current IRC mods having a single user in IRC which acts as a proxy...people in IRC can't see who is online, and people ingame can't see who is in IRC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment