Tip of the day: The IRCOp guide shows how to do everyday IRCOp tasks and contains tips on fighting spam and drones.

Translations:FAQ/284/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

Sometimes people need fake lag exemption to non-ircops. While we feel this is a bad idea, since it deactivates the most important safety/anti-flooding countermeasure in UnrealIRCd, we do offer an obscure option do this. If you are on *NIX you need to open include/config.h in the source directory (eg: ~/unrealircd-X.Y.Z) and search for FAKELAG_CONFIGURABLE. Change that //#undef to an #define and then recompile entire UnrealIRCd ('make clean; make; make install'). After this you have a new option in the class block, called class::options::nofakelag. By putting users in such a Class block you can exempt them from fakelag.