mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
Default connect::flags topicburst to true.
Use ~topicburst if you must disable it.
This commit is contained in:
parent
309e4fd03f
commit
5aa453a47f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue