mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 19:43:12 +02:00
Fixed a bug where an ident in a vhost {} was never sent out to other servers and added user@host support for set::hosts
This commit is contained in:
+11
-6
@@ -2160,18 +2160,23 @@ set {
|
||||
Defines the prefix that will be used on hiddenhosts (+x). This is usually three
|
||||
or four letters representing the network name.</p>
|
||||
<p><font class="set">set::hosts::local <locop-host-name>;</font><br>
|
||||
Defines the hostname that will be assigned to local opers when they set +x.</p>
|
||||
Defines the hostname that will be assigned to local opers when they set +x. You may
|
||||
optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::global <globop-host-name>;</font><br>
|
||||
Defines the hostname that will be assigned to global operators when they set
|
||||
+x.</p>
|
||||
+x. You may optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::coadmin <coadmin-host-name>;</font><br>
|
||||
Sets the hostname that will be assigned to co-admins when they set +x.</p>
|
||||
Sets the hostname that will be assigned to co-admins when they set +x. You may
|
||||
optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::admin <admin-host-name>;</font><br>
|
||||
Defines the hostname that will be set for admins when they set +x.</p>
|
||||
Defines the hostname that will be set for admins when they set +x. You may
|
||||
optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::servicesadmin <servicesadmin-host-name>;</font><br>
|
||||
Sets the hostname that will be given to services-admins when they set +x.</p>
|
||||
Sets the hostname that will be given to services-admins when they set +x. You may
|
||||
optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::netadmin <netadmin-host-name>;</font><br>
|
||||
Sets the hostname that will be given to netadmins when they set +x.</p>
|
||||
Sets the hostname that will be given to netadmins when they set +x. You may
|
||||
optionally specify a username@host for this value.</p>
|
||||
<p><font class="set">set::hosts::host-on-oper-up <yes/no>;</font><br>
|
||||
If set to yes, the H/get_host flag will be honored and +x will be automatically
|
||||
set at /oper. If set to no, the user must set +x manually to receive the oper
|
||||
|
||||
Reference in New Issue
Block a user