235 |
|
ping_time = 90 seconds; |
236 |
|
number_per_ip = 10; |
237 |
|
max_number = 100; |
238 |
< |
sendq = 100kbytes; |
238 |
> |
sendq = 100 kbytes; |
239 |
|
}; |
240 |
|
|
241 |
|
class { |
422 |
|
* +C - cconn_full - Client connection/quit notices full |
423 |
|
* +D - deaf - Don't receive channel messages |
424 |
|
* +d - debug - See debugging notices |
425 |
< |
* +f - full - See I: line full notices |
425 |
> |
* +f - full - See auth{} block full notices |
426 |
|
* +G - softcallerid - Server Side Ignore for users not on your channels |
427 |
|
* +g - callerid - Server Side Ignore (for privmsgs etc) |
428 |
|
* +H - hidden - Hides operator status to other users |
446 |
|
* allowed to do on the server. All options default to no. |
447 |
|
* Available options: |
448 |
|
* |
449 |
< |
* module - allows MODLIST, MODRESTART, MODLOAD, MODUNLOAD |
449 |
> |
* module - allows MODULE |
450 |
|
* global_kill - allows remote users to be /KILL'd |
451 |
|
* remote - allows remote SQUIT and CONNECT |
452 |
|
* remoteban - allows remote KLINE/UNKLINE |
729 |
|
* 3 | mirc color |
730 |
|
* 15 | plain text |
731 |
|
* 22 | reverse |
732 |
+ |
* 29 | italic |
733 |
|
* 31 | underline |
734 |
|
* 160 | non-breaking space |
735 |
|
*/ |
783 |
|
*/ |
784 |
|
max_chans_per_user = 25; |
785 |
|
|
786 |
+ |
/* |
787 |
+ |
* max_chans_per_oper: The maximum number of channels an oper can |
788 |
+ |
* join/be on. |
789 |
+ |
*/ |
790 |
+ |
max_chans_per_oper = 50; |
791 |
+ |
|
792 |
|
/* quiet_on_ban: stop banned people talking in channels. */ |
793 |
|
quiet_on_ban = yes; |
794 |
|
|
1144 |
|
* +C - cconn_full - Client connection/quit notices full |
1145 |
|
* +D - deaf - Don't receive channel messages |
1146 |
|
* +d - debug - See debugging notices |
1147 |
< |
* +f - full - See I: line full notices |
1147 |
> |
* +f - full - See auth{} block full notices |
1148 |
|
* +G - softcallerid - Server Side Ignore for users not on your channels |
1149 |
|
* +g - callerid - Server Side Ignore (for privmsgs etc) |
1150 |
|
* +H - hidden - Hides operator status to other users |
1236 |
|
modules { |
1237 |
|
/* |
1238 |
|
* path: other paths to search for modules specified below |
1239 |
< |
* and in /modload. |
1239 |
> |
* and in "/module load". |
1240 |
|
*/ |
1241 |
|
path = "/usr/local/ircd/lib/ircd-hybrid/modules"; |
1242 |
|
path = "/usr/local/ircd/lib/ircd-hybrid/modules/autoload"; |