| 1 |
|
/* doc/example.conf - ircd-hybrid-7 Example configuration file |
| 2 |
< |
* Copyright (C) 2000-2006 Hybrid Development Team |
| 2 |
> |
* Copyright (C) 2000-2009 Hybrid Development Team |
| 3 |
|
* |
| 4 |
|
* Written by ejb, wcampbel, db, leeh and others |
| 5 |
|
* Other example configurations can be found in the source dir under |
| 76 |
|
|
| 77 |
|
/* |
| 78 |
|
* vhost: the IP to bind to when we connect outward to ipv4 servers. |
| 79 |
< |
* This should be an ipv4 IP only, or "* for INADDR_ANY. |
| 79 |
> |
* This should be an ipv4 IP only, or "*" for INADDR_ANY. |
| 80 |
|
*/ |
| 81 |
|
#vhost = "192.169.0.1"; |
| 82 |
|
|
| 83 |
|
/* |
| 84 |
|
* vhost6: the IP to bind to when we connect outward to ipv6 servers. |
| 85 |
< |
* This should be an ipv6 IP only, or "* for INADDR_ANY. |
| 85 |
> |
* This should be an ipv6 IP only, or "*" for INADDR_ANY. |
| 86 |
|
*/ |
| 87 |
|
#vhost6 = "3ffe:80e8:546::2"; |
| 88 |
|
|
| 845 |
|
*/ |
| 846 |
|
default_split_server_count = 0; |
| 847 |
|
|
| 848 |
< |
/* split no create: disallow users creating channels on split. */ |
| 848 |
> |
/* no_create_on_split: disallow users creating channels on split. */ |
| 849 |
|
no_create_on_split = yes; |
| 850 |
|
|
| 851 |
< |
/* split: no join: disallow users joining channels at all on a split */ |
| 851 |
> |
/* no_join_on_split: disallow users joining channels at all on a split. */ |
| 852 |
|
no_join_on_split = no; |
| 853 |
|
}; |
| 854 |
|
|
| 1178 |
|
* |
| 1179 |
|
* +b - bots - See bot and drone flooding notices |
| 1180 |
|
* +c - cconn - Client connection/quit notices |
| 1181 |
< |
* +C - cconn - Client connection/quit notices full |
| 1181 |
> |
* +C - cconn_full - Client connection/quit notices full |
| 1182 |
|
* +D - deaf - Don't receive channel messages |
| 1183 |
|
* +d - debug - See debugging notices |
| 1184 |
|
* +f - full - See I: line full notices |
| 1302 |
|
path = "@LIBDIR@/modules/autoload"; |
| 1303 |
|
|
| 1304 |
|
/* module: the name of a module to load on startup/rehash */ |
| 1305 |
< |
#module = "some_module.so"; |
| 1305 |
> |
#module = "some_module.la"; |
| 1306 |
|
}; |