]> jfr.im git - solanum.git/commitdiff
Remove some leftover ircd-ratbox references.
authorElizabeth Myers <redacted>
Sun, 6 Mar 2016 03:39:51 +0000 (21:39 -0600)
committerElizabeth Myers <redacted>
Sun, 6 Mar 2016 03:39:51 +0000 (21:39 -0600)
bandb/bandb.c
ssld/ssld.c

index 6731136b163791b4a4f56ef3cef9857a988a6e6e..b9ae9fca560ca9ed156b41e18fee946820915280 100644 (file)
@@ -302,10 +302,9 @@ main(int argc, char *argv[])
        if(bandb_helper == NULL)
        {
                fprintf(stderr,
-                       "This is ircd-ratbox bandb.  You aren't supposed to run me directly. Maybe you want bantool?\n");
+                       "This is the charybdis bandb for internal ircd use.\n");
                fprintf(stderr,
-                       "However I will print my Id tag $Id: bandb.c 26094 2008-09-19 15:33:46Z androsyn $\n");
-               fprintf(stderr, "Have a nice day\n");
+                       "You aren't supposed to run me directly (did you want bantool?). Exiting.\n");
                exit(1);
        }
        rsdb_init(db_error_cb);
index ef67348705a5300ad91fe9ce6383e5baedbe9240..70a2b2690e83c3a391374856c8bf669daa5b40fe 100644 (file)
@@ -1206,10 +1206,9 @@ main(int argc, char **argv)
        if(s_ctlfd == NULL || s_pipe == NULL || s_pid == NULL)
        {
                fprintf(stderr,
-                       "This is ircd-ratbox ssld.  You know you aren't supposed to run me directly?\n");
+                       "This is the charybdis ssld for internal ircd use.\n");
                fprintf(stderr,
-                       "You get an Id tag for this: $Id$\n");
-               fprintf(stderr, "Have a nice life\n");
+                       "You aren't supposed to run me directly. Exiting.\n");
                exit(1);
        }