fix more headings

This commit is contained in:
Antoine Beaupré 2017-03-25 12:35:29 -04:00 committed by Simon Arlott
parent 0f04574db1
commit 15e0fce707
No known key found for this signature in database
GPG key ID: 49BFFEEFD4C3ED53

View file

@ -61,8 +61,7 @@ serverinfo {} block
The serverinfo {} block defines the core operational parameters of the The serverinfo {} block defines the core operational parameters of the
IRC server. IRC server.
serverinfo {} variables **serverinfo {} variables**
~~~~~~~~~~~~~~~~~~~~~~~
name name
The name of the IRC server that you are configuring. This must The name of the IRC server that you are configuring. This must
@ -149,8 +148,7 @@ connect{}). They must be defined before they are used.
Classes are used both for client and server connections, but most Classes are used both for client and server connections, but most
variables are different. variables are different.
class {} variables: client classes **class {} variables: client classes**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ping\_time ping\_time
The amount of time between checking pings for clients, e.g.: 2 The amount of time between checking pings for clients, e.g.: 2
@ -191,8 +189,7 @@ sendq
The maximum size of the queue of data to be sent to a client before The maximum size of the queue of data to be sent to a client before
it is dropped. it is dropped.
class {} variables: server classes **class {} variables: server classes**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ping\_time ping\_time
The amount of time between checking pings for servers, e.g.: 2 The amount of time between checking pings for servers, e.g.: 2
@ -330,8 +327,7 @@ throttling. Multiple addresses can be specified in one block. Clients
coming from these addresses can still be ``K/G/X:lined`` or banned by a DNS coming from these addresses can still be ``K/G/X:lined`` or banned by a DNS
blacklist unless they also have appropriate flags in their auth{} block. blacklist unless they also have appropriate flags in their auth{} block.
exempt {} variables **exempt {} variables**
~~~~~~~~~~~~~~~~~~~
ip ip
The IP address or CIDR range to exempt. The IP address or CIDR range to exempt.
@ -348,8 +344,7 @@ privset {} block
A privset (privilege set) block specifies a set of operator privileges. A privset (privilege set) block specifies a set of operator privileges.
privset {} variables **privset {} variables**
~~~~~~~~~~~~~~~~~~~~
extends extends
An optional privset to inherit. The new privset will have all An optional privset to inherit. The new privset will have all
@ -376,8 +371,7 @@ operator {} block
Operator blocks define who may use the ``OPER`` command to gain extended Operator blocks define who may use the ``OPER`` command to gain extended
privileges. privileges.
operator {} variables **operator {} variables**
~~~~~~~~~~~~~~~~~~~~~
user user
A hostmask that users trying to use this operator {} block must A hostmask that users trying to use this operator {} block must
@ -415,8 +409,7 @@ flags
A list of flags to apply to this operator{} block. They are listed A list of flags to apply to this operator{} block. They are listed
below. below.
operator {} flags **operator {} flags**
~~~~~~~~~~~~~~~~~
encrypted encrypted
The password used has been encrypted. This is enabled by default, The password used has been encrypted. This is enabled by default,
@ -444,8 +437,7 @@ connect {} block
Connect blocks define what servers may connect or be connected to. Connect blocks define what servers may connect or be connected to.
connect {} variables **connect {} variables**
~~~~~~~~~~~~~~~~~~~~
host host
The hostname or IP to connect to. The hostname or IP to connect to.
@ -485,8 +477,7 @@ aftype
ipv6. This defaults to neither, allowing connection using either ipv6. This defaults to neither, allowing connection using either
address family. address family.
connect {} flags **connect {} flags**
~~~~~~~~~~~~~~~~
encrypted encrypted
The value for accept\_password has been encrypted. The value for accept\_password has been encrypted.
@ -520,8 +511,7 @@ listen {} block
A listen block specifies what ports a server should listen on. A listen block specifies what ports a server should listen on.
listen {} variables **listen {} variables**
~~~~~~~~~~~~~~~~~~~
host host
An optional host to bind to. Otherwise, the ircd will listen on all An optional host to bind to. Otherwise, the ircd will listen on all
@ -544,8 +534,7 @@ modules {} block
The modules block specifies information for loadable modules. The modules block specifies information for loadable modules.
modules {} variables **modules {} variables**
~~~~~~~~~~~~~~~~~~~~
path path
Specifies a path to search for loadable modules. Specifies a path to search for loadable modules.
@ -608,8 +597,7 @@ these.
Multiple blacklists can be specified, in pairs with first host then Multiple blacklists can be specified, in pairs with first host then
reject\_reason. reject\_reason.
blacklist {} variables **blacklist {} variables**
~~~~~~~~~~~~~~~~~~~~~~
host host
The DNSBL to use. The DNSBL to use.
@ -630,8 +618,7 @@ Alias blocks allow the definition of custom commands. These commands
send ``PRIVMSG`` to the given target. A real command takes precedence above send ``PRIVMSG`` to the given target. A real command takes precedence above
an alias. an alias.
alias {} variables **alias {} variables**
~~~~~~~~~~~~~~~~~~
target target
The target nick (must be a network service (umode ``+S``)) or The target nick (must be a network service (umode ``+S``)) or
@ -660,8 +647,7 @@ removals.
The letters in parentheses denote the flags in ``/stats`` U. The letters in parentheses denote the flags in ``/stats`` U.
cluster {} variables **cluster {} variables**
~~~~~~~~~~~~~~~~~~~~
name name
The server name to share with, this may contain wildcards and may be The server name to share with, this may contain wildcards and may be
@ -672,8 +658,7 @@ flags
another flags entry) will receive these flags. They are listed another flags entry) will receive these flags. They are listed
below. below.
cluster {} flags **cluster {} flags**
~~~~~~~~~~~~~~~~
kline (K) kline (K)
Permanent ``K:lines`` Permanent ``K:lines``
@ -726,8 +711,7 @@ be silently ignored.
The letters in parentheses denote the flags in ``/stats U``. The letters in parentheses denote the flags in ``/stats U``.
shared {} variables **shared {} variables**
~~~~~~~~~~~~~~~~~~~
oper oper
The user@host the oper must have, and the server they must be on. The user@host the oper must have, and the server they must be on.
@ -741,8 +725,7 @@ flags
.. note:: While they have the same names, the flags have subtly .. note:: While they have the same names, the flags have subtly
different meanings from those in the cluster{} block. different meanings from those in the cluster{} block.
shared {} flags **shared {} flags**
~~~~~~~~~~~~~~~
kline (K) kline (K)
Permanent and temporary ``K:lines`` Permanent and temporary ``K:lines``
@ -816,8 +799,7 @@ Do not place normal servers here.
Multiple names may be specified but there may be only one service{} Multiple names may be specified but there may be only one service{}
block. block.
service {} variables **service {} variables**
~~~~~~~~~~~~~~~~~~~~
name name
The server name to grant special privileges. This may not contain The server name to grant special privileges. This may not contain