]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/newconf.c
Cleanups to 005 code, from ratbox (androsyn).
[irc/rqf/shadowircd.git] / src / newconf.c
index 6f1c5f1e2ac5362d8361fed37d22806cfc93f88d..ceff047acef45b3fecc5924575f2fa7339edb6b5 100644 (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);