| Tip of the day:  Log files can use JSON logging. You can also send the JSON data to IRCOps on IRC. The JSON is machine readable and contains lots of details about every log event.  | 
Translations:FAQ/284/en
		
		
		
		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.