* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / whobbs.c
index 80fb72f3e7bb0baa585c64d8d1ad6d7f1c5fc33a..82d9f0d26716c33ecb0b001972172cb1965da003 100644 (file)
@@ -78,7 +78,7 @@ int main(int argc, char **argv)
                fprintf(stderr,"%s: %s\n",argv[0],&buf[4]);
                logoff(atoi(buf));
                }
-       strcpy(nodetitle, "this BBS");
+       strcpy(nodetitle, "this Citadel site");
        r = CtdlIPCServerInfo(ipc, buf);
        if (r / 100 == 1) {
                my_pid = ipc->ServInfo.pid;