| 30 |
|
* Valid units of size: |
| 31 |
|
* megabyte/mbyte/mb, kilobyte/kbyte/kb, byte |
| 32 |
|
* |
| 33 |
< |
* Sizes and times may be singular or plural. |
| 34 |
< |
*/ |
| 33 |
> |
* Sizes and times may be singular or plural. |
| 34 |
> |
*/ |
| 35 |
|
|
| 36 |
|
|
| 37 |
|
/* |
| 341 |
|
port = 6697; |
| 342 |
|
|
| 343 |
|
/* |
| 344 |
< |
* host: set a specific IP/host the ports after the line will listen |
| 344 |
> |
* host: set a specific IP/host the ports after the line will listen |
| 345 |
|
* on. This may be ipv4 or ipv6. |
| 346 |
|
*/ |
| 347 |
|
host = "1.2.3.4"; |
| 509 |
|
umodes = locops, servnotice, operwall, wallop; |
| 510 |
|
|
| 511 |
|
/* |
| 512 |
< |
* privileges: controls the activities and commands an oper is |
| 512 |
> |
* privileges: controls the activities and commands an oper is |
| 513 |
|
* allowed to do on the server. All options default to no. |
| 514 |
|
* Available options: |
| 515 |
|
* |
| 1020 |
|
default_floodcount = 10; |
| 1021 |
|
|
| 1022 |
|
/* |
| 1023 |
< |
* failed_oper_notice: send a notice to all opers on the server when |
| 1023 |
> |
* failed_oper_notice: send a notice to all opers on the server when |
| 1024 |
|
* someone tries to OPER and uses the wrong password, host or ident. |
| 1025 |
|
*/ |
| 1026 |
|
failed_oper_notice = yes; |
| 1070 |
|
|
| 1071 |
|
/* |
| 1072 |
|
* warn_no_nline: warn opers about servers that try to connect but |
| 1073 |
< |
* we don't have a connect {} block for. Twits with misconfigured |
| 1073 |
> |
* we don't have a connect {} block for. Twits with misconfigured |
| 1074 |
|
* servers can get really annoying with this enabled. |
| 1075 |
|
*/ |
| 1076 |
|
warn_no_nline = yes; |
| 1160 |
|
havent_read_conf = 1; |
| 1161 |
|
|
| 1162 |
|
/* |
| 1163 |
< |
* max_targets: the maximum amount of targets in a single |
| 1163 |
> |
* max_targets: the maximum amount of targets in a single |
| 1164 |
|
* PRIVMSG/NOTICE. Set to 999 NOT 0 for unlimited. |
| 1165 |
|
*/ |
| 1166 |
|
max_targets = 4; |