Default connect::flags topicburst to true.

Use ~topicburst if you must disable it.
This commit is contained in:
Jilles Tjoelker 2008-02-02 17:15:34 +01:00
parent 309e4fd03f
commit 5aa453a47f
1 changed files with 1 additions and 0 deletions

View File

@ -1108,6 +1108,7 @@ conf_begin_connect(struct TopConf *tc)
yy_server = make_server_conf();
yy_server->port = PORTNUM;
yy_server->flags |= SERVER_TB;
if(conf_cur_block_name != NULL)
DupString(yy_server->name, conf_cur_block_name);