Tip of the day: What is shown in WHOIS can be configured in detail via set::whois-details.
|
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.