| 792 |
|
*/ |
| 793 |
|
channel { |
| 794 |
|
/* |
| 795 |
– |
* cycle_on_host_change: sends a fake QUIT/JOIN combination |
| 796 |
– |
* when services change the hostname of a specific client. |
| 797 |
– |
*/ |
| 798 |
– |
cycle_on_host_change = yes; |
| 799 |
– |
|
| 800 |
– |
/* |
| 795 |
|
* disable_fake_channels: this option, if set to 'yes', will |
| 796 |
|
* disallow clients to create or join channels that have one |
| 797 |
|
* of the following ASCII characters in their name: |
| 934 |
|
* compiled in options in config.h |
| 935 |
|
*/ |
| 936 |
|
general { |
| 937 |
+ |
/* |
| 938 |
+ |
* cycle_on_host_change: sends a fake QUIT/JOIN combination |
| 939 |
+ |
* when services change the hostname of a specific client. |
| 940 |
+ |
*/ |
| 941 |
+ |
cycle_on_host_change = yes; |
| 942 |
+ |
|
| 943 |
|
/* services_name: servername of nick/channel services */ |
| 944 |
|
services_name = "service.someserver"; |
| 945 |
|
|