221 |
name = "server"; |
name = "server"; |
222 |
ping_time = 1 minute 30 seconds; |
ping_time = 1 minute 30 seconds; |
223 |
|
|
224 |
/* |
/* |
225 |
* ping_warning: how fast a server must reply to a PING before |
* ping_warning: how fast a server must reply to a PING before |
226 |
* a warning to opers is generated. |
* a warning to opers is generated. |
227 |
*/ |
*/ |
415 |
* kline: allows KILL, KLINE and DLINE (OLD 'K' flag) |
* kline: allows KILL, KLINE and DLINE (OLD 'K' flag) |
416 |
* unkline: allows UNKLINE and UNDLINE (OLD 'U' flag) |
* unkline: allows UNKLINE and UNDLINE (OLD 'U' flag) |
417 |
* gline: allows GLINE (OLD 'G' flag) |
* gline: allows GLINE (OLD 'G' flag) |
418 |
* xline: allows XLINE (OLD 'X' flag) |
* xline: allows XLINE (OLD 'X' flag) |
419 |
* operwall: allows OPERWALL |
* operwall: allows OPERWALL |
420 |
* nick_changes: allows oper to see nickchanges (OLD 'N' flag) |
* nick_changes: allows oper to see nickchanges (OLD 'N' flag) |
421 |
* via usermode +n |
* via usermode +n |
425 |
* may (un)load modules and see the |
* may (un)load modules and see the |
426 |
* real IPs of servers. |
* real IPs of servers. |
427 |
* hidden_admin: same as 'admin', but noone can recognize you as |
* hidden_admin: same as 'admin', but noone can recognize you as |
428 |
* being an admin |
* being an admin |
429 |
* hidden_oper: not shown in /stats p (except for other operators) |
* hidden_oper: not shown in /stats p (except for other operators) |
430 |
*/ |
*/ |
431 |
/* You can either use |
/* You can either use |
745 |
*/ |
*/ |
746 |
knock_delay_channel = 1 minute; |
knock_delay_channel = 1 minute; |
747 |
|
|
748 |
/* burst topicwho: enable sending of who set topic on topicburst */ |
/* |
749 |
/* default is yes */ |
* burst topicwho: enable sending of who set topic on topicburst |
750 |
|
* default is yes |
751 |
|
*/ |
752 |
burst_topicwho = yes; |
burst_topicwho = yes; |
753 |
|
|
754 |
/* max chans: The maximum number of channels a user can join/be on. */ |
/* max chans: The maximum number of channels a user can join/be on. */ |
760 |
/* max_bans: maximum number of +b/e/I modes in a channel */ |
/* max_bans: maximum number of +b/e/I modes in a channel */ |
761 |
max_bans = 25; |
max_bans = 25; |
762 |
|
|
763 |
/* |
/* |
764 |
* how many joins in how many seconds constitute a flood, use 0 to |
* how many joins in how many seconds constitute a flood, use 0 to |
765 |
* disable. +b opers will be notified (changeable via /set) |
* disable. +b opers will be notified (changeable via /set) |
766 |
*/ |
*/ |
993 |
*/ |
*/ |
994 |
kline_reason = "Connection closed"; |
kline_reason = "Connection closed"; |
995 |
|
|
996 |
/* |
/* |
997 |
* reject_hold_time: wait this amount of time before disconnecting |
* reject_hold_time: wait this amount of time before disconnecting |
998 |
* a rejected client. Use 0 to disable. |
* a rejected client. Use 0 to disable. |
999 |
*/ |
*/ |