mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 06:36:39 +02:00
569a12055f
This makes things a lot faster on multi-server networks, especially for big channels where most of the clients in the channel are remote users. This should be non-module-API-breaking, as all code uses the add_user_to_channel() and remove_user_from_channel() functions. Still need to spread this to other code, more optimizations possible.