What is a netsplit?
Updated June 4, 2026
You are sitting in a channel when, in a single second, half the users quit with identical-looking messages such as:
*** Quits: alice (lithium.libera.chat osmium.libera.chat)
*** Quits: bob (lithium.libera.chat osmium.libera.chat)
*** Quits: carol (lithium.libera.chat osmium.libera.chat)
Congratulations: you have witnessed a netsplit, one of IRC's oldest and most iconic phenomena.
Why it happens
An IRC network is a set of servers linked together — historically in a tree structure. You connect to one server; other users connect to others; the servers relay messages between each other. When the link between two servers breaks (hardware failure, routing problems, maintenance, or a denial-of-service attack), the network splits into two islands.
From your side of the split, everyone connected via the other side appears to quit simultaneously. They have not actually gone anywhere — on their island, you are the one who just quit. The quit message names the two servers that lost their link, which is how you can tell a netsplit from people actually leaving.
What happens when it heals
When the servers relink, the islands merge: everyone "rejoins" at once, and the servers reconcile what happened during the split. The reconciliation has historically had quirky consequences:
- Nick collisions. If the same nickname ended up in use on both islands, one or both connections get killed when the network rejoins.
- Op splits. On networks without channel services, a channel that existed on both sides merges its operator lists — which clever users exploited by riding a split to gain ops in an empty copy of the channel and keeping them after the merge. Countless channel wars of the 1990s were fought this way. Networks with services (ChanServ) made this attack mostly obsolete, and modern server software has timestamp-based protections.
Should you do anything?
No. A netsplit fixes itself, usually within minutes. Do not reconnect, do not panic-rejoin channels — just wait for the wave of rejoins. If a split persists, the network's staff already know; large networks monitor their links continuously.
The only practical advice: if you said something important right as the network split, the people on the other island never saw it. Repeat it once everyone is back.
A word that escaped
"Netsplit" has entered general internet vocabulary as the name of the statistics site netsplit.de and as a metaphor for any community splitting into disconnected halves. But the original meaning is this one — and seeing one in the wild remains a small rite of passage for every IRC user.
New to all of this? Start with what is IRC?