diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 19:42:01 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 19:42:01 +0000 |
commit | 240687b364a328de156716b252c687acbfc22bfe (patch) | |
tree | 3e34e2bb2f94615931b922f56e274ddaede3c697 /doc | |
parent | 61a6e27974bc7bb6a29c3a7effcf2cbb1dafae0f (diff) |
- doc/reference.conf: whitespace changes
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2306 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 506cefe..92f56bc 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -30,8 +30,8 @@ * Valid units of size: * megabyte/mbyte/mb, kilobyte/kbyte/kb, byte * - * Sizes and times may be singular or plural. - */ + * Sizes and times may be singular or plural. + */ /* @@ -341,7 +341,7 @@ listen { port = 6697; /* - * host: set a specific IP/host the ports after the line will listen + * host: set a specific IP/host the ports after the line will listen * on. This may be ipv4 or ipv6. */ host = "1.2.3.4"; @@ -509,7 +509,7 @@ operator { umodes = locops, servnotice, operwall, wallop; /* - * privileges: controls the activities and commands an oper is + * privileges: controls the activities and commands an oper is * allowed to do on the server. All options default to no. * Available options: * @@ -1020,7 +1020,7 @@ general { default_floodcount = 10; /* - * failed_oper_notice: send a notice to all opers on the server when + * failed_oper_notice: send a notice to all opers on the server when * someone tries to OPER and uses the wrong password, host or ident. */ failed_oper_notice = yes; @@ -1070,7 +1070,7 @@ general { /* * warn_no_nline: warn opers about servers that try to connect but - * we don't have a connect {} block for. Twits with misconfigured + * we don't have a connect {} block for. Twits with misconfigured * servers can get really annoying with this enabled. */ warn_no_nline = yes; @@ -1160,7 +1160,7 @@ general { havent_read_conf = 1; /* - * max_targets: the maximum amount of targets in a single + * max_targets: the maximum amount of targets in a single * PRIVMSG/NOTICE. Set to 999 NOT 0 for unlimited. */ max_targets = 4; |