From: Ari Johnson Date: Fri, 17 Dec 2010 18:02:32 +0000 (+0000) Subject: Change message for @wipe not finding any attributes to wipe X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=c168c320c18dd160349b9aaac2ae834ffad79f43;p=cobramush.git Change message for @wipe not finding any attributes to wipe --- diff --git a/src/set.c b/src/set.c index 00c0e48..d4fca91 100644 --- a/src/set.c +++ b/src/set.c @@ -1124,7 +1124,7 @@ do_wipe(dbref player, char *name) we_are_wiping = 1; if (!atr_iter_get(player, thing, pattern, 0, wipe_helper, NULL)) - notify(player, T("No matching attributes.")); + notify(player, T("No attributes wiped.")); else notify(player, T("Attributes wiped."));