| Tip of the day: Exempt your IP address from bans, just in case you or a fellow IRCOp accidentally GLINES you. |
Translations:Set block/386/en
Jump to navigation
Jump to search
In UnrealIRCd 6.1.1 and later you can also have a set block with a name of a security group, like:
/* This overrides the setting for unknown-users */
set unknown-users {
maxchannelsperuser 5;
}
In the example of above the settings in the set unknown-users { } block will "override" the set { } setting, if the user is in the security group unknown-users.