Hacker News new | ask | show | jobs
by rcfox 2637 days ago
The game Warframe uses IRC for its in-game chat. They've obfuscated the authentication though, so it's not possible to just login with something like irssi. I'm sure other games do this as well.
2 comments

Osu! also uses IRC for it's game chat, but it's not obfuscated . IRC is good enough for game chat, you don't really need anything more, unless you want to integrate voice-comms too. Actually, I once made multiplayer-over-IRC in a game jam, as the interface is so simple and flexible.
Not a game but twitch chat is basically IRC. You can indeed login with irssi if you wanted to.