diff options
Diffstat (limited to 'doc/reference.conf')
-rw-r--r-- | doc/reference.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 7374a29..fcb46e5 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -39,14 +39,15 @@ */ serverinfo { /* - * name: the name of this server. This cannot be changed at runtime. + * name: the name of this server. This cannot be changed at runtime. */ name = "hades.arpa"; /* - * sid: a server's unique ID. This is three characters long and must - * be in the form [0-9][A-Z0-9][A-Z0-9]. The first character must be + * sid: a server's unique ID. This is three characters long and must + * be in the form [0-9][A-Z0-9][A-Z0-9]. The first character must be * a digit, followed by 2 alpha-numerical letters. + * * NOTE: The letters must be capitalized. This cannot be changed at runtime. */ sid = "0HY"; @@ -320,7 +321,7 @@ listen { * * Ports are separated by commas; a range may be specified using ".." */ - + /* port: listen on all available IP addresses, ports 6665 to 6669 */ port = 6665 .. 6669; @@ -407,7 +408,7 @@ auth { */ redirserv = "this.is.not.a.real.server"; redirport = 6667; - + user = "*.server"; /* class: a class is required even though it is not used */ @@ -850,7 +851,7 @@ channel { * * Either split users or split servers can activate splitmode, but * both conditions must be met for the ircd to deactivate splitmode. - * + * * You may force splitmode to be permanent by /quote set splitmode on */ @@ -1164,7 +1165,7 @@ general { /* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels. */ oper_pass_resv = yes; - /* REMOVE ME. The following line checks that you have been reading. */ + /* REMOVE ME. The following line checks that you have been reading. */ havent_read_conf = 1; /* @@ -1186,8 +1187,7 @@ general { * +G - softcallerid - Server Side Ignore for users not on your channels * +g - callerid - Server Side Ignore (for privmsgs etc) * +H - hidden - Hides operator status to other users - * +i - invisible - Not shown in NAMES or WHO unless you share a - * a channel + * +i - invisible - Not shown in NAMES or WHO unless you share a channel * +j - rej - See rejected client notices * +k - skill - See server generated KILL messages * +l - locops - See LOCOPS messages |