mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 09:36:37 +02:00
e9e2504bf4
Modules can still opt-in via mreq.remote_write=1 to allow it for certain moddata. For example, k4be may want to do this for his geoip-base module which allows a single server to set moddata "geoip" for all connecting clients, including remote clients. If you are a moddata provider then you can enable it like this: ModDataInfo mreq; [..] #if UNREAL_VERSION_TIME >= 202125 mreq.remote_write = 1; #endif [..] See discussion on https://github.com/unrealircd/unrealircd/pull/142