39 |
*/ |
*/ |
40 |
serverinfo { |
serverinfo { |
41 |
/* |
/* |
42 |
* name: the name of this server. This cannot be changed at runtime. |
* name: the name of this server. This cannot be changed at runtime. |
43 |
*/ |
*/ |
44 |
name = "hades.arpa"; |
name = "hades.arpa"; |
45 |
|
|
46 |
/* |
/* |
47 |
* sid: a server's unique ID. This is three characters long and must |
* sid: a server's unique ID. This is three characters long and must |
48 |
* be in the form [0-9][A-Z0-9][A-Z0-9]. The first character must be |
* be in the form [0-9][A-Z0-9][A-Z0-9]. The first character must be |
49 |
* a digit, followed by 2 alpha-numerical letters. |
* a digit, followed by 2 alpha-numerical letters. |
50 |
|
* |
51 |
* NOTE: The letters must be capitalized. This cannot be changed at runtime. |
* NOTE: The letters must be capitalized. This cannot be changed at runtime. |
52 |
*/ |
*/ |
53 |
sid = "0HY"; |
sid = "0HY"; |
321 |
* |
* |
322 |
* Ports are separated by commas; a range may be specified using ".." |
* Ports are separated by commas; a range may be specified using ".." |
323 |
*/ |
*/ |
324 |
|
|
325 |
/* port: listen on all available IP addresses, ports 6665 to 6669 */ |
/* port: listen on all available IP addresses, ports 6665 to 6669 */ |
326 |
port = 6665 .. 6669; |
port = 6665 .. 6669; |
327 |
|
|
408 |
*/ |
*/ |
409 |
redirserv = "this.is.not.a.real.server"; |
redirserv = "this.is.not.a.real.server"; |
410 |
redirport = 6667; |
redirport = 6667; |
411 |
|
|
412 |
user = "*.server"; |
user = "*.server"; |
413 |
|
|
414 |
/* class: a class is required even though it is not used */ |
/* class: a class is required even though it is not used */ |
851 |
* |
* |
852 |
* Either split users or split servers can activate splitmode, but |
* Either split users or split servers can activate splitmode, but |
853 |
* both conditions must be met for the ircd to deactivate splitmode. |
* both conditions must be met for the ircd to deactivate splitmode. |
854 |
* |
* |
855 |
* You may force splitmode to be permanent by /quote set splitmode on |
* You may force splitmode to be permanent by /quote set splitmode on |
856 |
*/ |
*/ |
857 |
|
|
1165 |
/* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels. */ |
/* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels. */ |
1166 |
oper_pass_resv = yes; |
oper_pass_resv = yes; |
1167 |
|
|
1168 |
/* REMOVE ME. The following line checks that you have been reading. */ |
/* REMOVE ME. The following line checks that you have been reading. */ |
1169 |
havent_read_conf = 1; |
havent_read_conf = 1; |
1170 |
|
|
1171 |
/* |
/* |
1187 |
* +G - softcallerid - Server Side Ignore for users not on your channels |
* +G - softcallerid - Server Side Ignore for users not on your channels |
1188 |
* +g - callerid - Server Side Ignore (for privmsgs etc) |
* +g - callerid - Server Side Ignore (for privmsgs etc) |
1189 |
* +H - hidden - Hides operator status to other users |
* +H - hidden - Hides operator status to other users |
1190 |
* +i - invisible - Not shown in NAMES or WHO unless you share a |
* +i - invisible - Not shown in NAMES or WHO unless you share a channel |
|
* a channel |
|
1191 |
* +j - rej - See rejected client notices |
* +j - rej - See rejected client notices |
1192 |
* +k - skill - See server generated KILL messages |
* +k - skill - See server generated KILL messages |
1193 |
* +l - locops - See LOCOPS messages |
* +l - locops - See LOCOPS messages |