| 539 |
|
/* |
| 540 |
|
* autoconn - controls whether we autoconnect to this server or not, |
| 541 |
|
* dependent on class limits. By default, this is disabled. |
| 542 |
– |
* burst_away - This will send the /away string that users have set |
| 543 |
– |
* on the server burst. Note this can be a lot of data |
| 544 |
– |
* and slow down your server burst. |
| 545 |
– |
* topicburst - Send topics to this server during channel burst. Works |
| 546 |
– |
* only if the server we are connecting to is capable |
| 547 |
– |
* of TBURST. |
| 542 |
|
* ssl - Initiates a TLS/SSL connection. |
| 543 |
|
*/ |
| 544 |
< |
# flags = autoconn, burst_away, topicburst; |
| 544 |
> |
# flags = autoconn, ssl; |
| 545 |
|
}; |
| 546 |
|
|
| 547 |
|
connect { |