]> jfr.im git - solanum.git/blobdiff - ircd/bandbi.c
make more snotes L_NETWIDE
[solanum.git] / ircd / bandbi.c
index 2b17e5d620dc262030606d992f92f5a40584e533..29a3bfa27d94b0107c7c1448f3a5e38a0755cc60 100644 (file)
@@ -110,7 +110,7 @@ start_bandb(void)
        if(bandb_helper == NULL)
        {
                ilog(L_MAIN, "Unable to start bandb: %s", strerror(errno));
-               sendto_realops_snomask(SNO_GENERAL, L_ALL, "Unable to start bandb: %s",
+               sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "Unable to start bandb: %s",
                                     strerror(errno));
                return 1;
        }
@@ -390,7 +390,7 @@ bandb_handle_failure(rb_helper *helper, char **parv, int parc)
                fprintf(stderr, "bandb - bandb failure: %s\n", parv[1]);
 
        ilog(L_MAIN, "bandb - bandb failure: %s", parv[1]);
-       sendto_realops_snomask(SNO_GENERAL, L_ALL, "bandb - bandb failure: %s", parv[1]);
+       sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "bandb - bandb failure: %s", parv[1]);
        exit(1);
 }
 
@@ -441,7 +441,7 @@ static void
 bandb_restart_cb(rb_helper *helper)
 {
        ilog(L_MAIN, "bandb - bandb_restart_cb called, bandb helper died?");
-       sendto_realops_snomask(SNO_GENERAL, L_ALL,
+       sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
                             "bandb - bandb_restart_cb called, bandb helper died?");
        if(helper != NULL)
        {