From a71d09f43f2e5422957cf9f53f7faea4739831ea Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 2 Feb 2008 17:15:34 +0100 Subject: [PATCH] Default connect::flags topicburst to true. Use ~topicburst if you must disable it. --- src/newconf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newconf.c b/src/newconf.c index 6f1c5f1..ceff047 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -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);