| 756 |
|
*/ |
| 757 |
|
channel { |
| 758 |
|
/* |
| 759 |
+ |
* disable_fake_channels: this option, if set to 'yes', will |
| 760 |
+ |
* disallow clients to create or join channels that have one |
| 761 |
+ |
* of the following ASCII characters in their name: |
| 762 |
+ |
* |
| 763 |
+ |
* 2 | bold |
| 764 |
+ |
* 3 | mirc color |
| 765 |
+ |
* 22 | reverse |
| 766 |
+ |
* 31 | underline |
| 767 |
+ |
* 160 | non-breaking space |
| 768 |
+ |
*/ |
| 769 |
+ |
disable_fake_channels = yes; |
| 770 |
+ |
|
| 771 |
+ |
/* |
| 772 |
|
* restrict_channels: reverse channel RESVs logic, only reserved |
| 773 |
|
* channels are allowed |
| 774 |
|
*/ |