]> jfr.im git - solanum.git/blobdiff - ircd/scache.c
Update NUMERIC_STR_435 to be more human-readable and mention quiets
[solanum.git] / ircd / scache.c
index 43c055d1704bffcc6dcc6d1c5f6f812acf1e34d9..3779252e3e01c3a369927977f1504c2f302269dd 100644 (file)
@@ -174,7 +174,7 @@ scache_send_missing(struct Client *source_p)
        RB_RADIXTREE_FOREACH(scache_ptr, &iter, scache_tree)
        {
                if (!(scache_ptr->flags & SC_ONLINE) && scache_ptr->last_split > rb_current_time() - MISSING_TIMEOUT)
-                       sendto_one_numeric(source_p, RPL_MAP, "** %s (recently split)",
+                       sendto_one_numeric(source_p, RPL_MAP, ":** %s (recently split)",
                                           scache_ptr->name);
        }
 }