| 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:Upgrading from 3.2.x/20/en
		
		
		
		Jump to navigation
		Jump to search
		
In UnrealIRCd 4 this may look like:
oper TestOper {
    mask 192.168.*;
    password "test";
    operclass netadmin;
    swhois "a Network Administrator";
    class clients;
};
Above we refer to an operclass called netadmin. This netadmin operclass is defined in the operclass.default.conf shipped with UnrealIRCd 4 by default. You probably want to include this file in your unrealircd.conf like:
include "operclass.default.conf";
(similarly to how most people should load modules.default.conf)