| 292 |
|
}; |
| 293 |
|
|
| 294 |
|
/* |
| 295 |
< |
* motd {}: specifies various MOTD files. Applies to local users only. |
| 295 |
> |
* motd {}: Allows to show a different MOTD to a client |
| 296 |
> |
* depending on its origin. Applies to local users only. |
| 297 |
|
*/ |
| 298 |
|
motd { |
| 299 |
|
/* |
| 849 |
|
*/ |
| 850 |
|
serverhide { |
| 851 |
|
/* |
| 852 |
+ |
* disable_remote_commands: disable users doing commands |
| 853 |
+ |
* on remote servers. |
| 854 |
+ |
*/ |
| 855 |
+ |
disable_remote_commands = no; |
| 856 |
+ |
|
| 857 |
+ |
/* |
| 858 |
|
* flatten_links: this option will show all servers in /links appear |
| 859 |
|
* that they are linked to this current server. |
| 860 |
|
*/ |
| 975 |
|
*/ |
| 976 |
|
disable_auth = no; |
| 977 |
|
|
| 971 |
– |
/* disable_remote_commands: disable users doing commands on remote servers. */ |
| 972 |
– |
disable_remote_commands = no; |
| 973 |
– |
|
| 978 |
|
/* |
| 979 |
|
* tkline_expire_notices: enables or disables temporary kline/xline |
| 980 |
|
* expire notices. |