]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_network.c
* BASEROOM and AIDEROOM are now almost completely editable.
[citadel.git] / citadel / serv_network.c
index b8412e2d1e6e41a0ce5f3da93e29a5d51ae70e44..ae15d83246afbd9678e7dc46c08797ecc1ee0b68 100644 (file)
@@ -783,13 +783,13 @@ void network_bounce(struct CtdlMessage *msg, char *reason) {
                valid = NULL;
        }
        if ( (valid == NULL) || (!strcasecmp(recipient, bouncesource)) ) {
-               strcpy(force_room, AIDEROOM);
+               strcpy(force_room, config.c_aideroom);
        }
        else {
                strcpy(force_room, "");
        }
        if ( (valid == NULL) && (strlen(force_room) == 0) ) {
-               strcpy(force_room, AIDEROOM);
+               strcpy(force_room, config.c_aideroom);
        }
        CtdlSubmitMsg(msg, valid, force_room);