]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Change attribute description in trustlist.
authorGunnar Beutner <redacted>
Sun, 23 Jun 2013 09:40:24 +0000 (11:40 +0200)
committerGunnar Beutner <redacted>
Sun, 23 Jun 2013 09:40:24 +0000 (11:40 +0200)
--HG--
branch : shroudtrusts

trusts/trusts_commands.c

index d9d21d7b836c8707f2ce71a4ada9fb3e9f05ed46..107633c33bad485e9c7e19d5ea5efd0ff9662a3d 100644 (file)
@@ -123,7 +123,7 @@ static void displaygroup(nick *sender, trustgroup *tg) {
   controlreply(sender, "Expires in       : %s", (tg->expires)?((tg->expires>t)?longtoduration(tg->expires - t, 2):"the past (will be removed during next cleanup)"):"never");
   controlreply(sender, "CIDR cleanup     : %s", (tg->flags & TRUST_NO_CLEANUP)?"disabled":"enabled");
   controlreply(sender, "Protected        : %s", (tg->flags & TRUST_PROTECTED)?"protected":"not protected");
-  controlreply(sender, "Last changed by  : %s", tg->createdby->content);
+  controlreply(sender, "Created by       : %s", tg->createdby->content);
   controlreply(sender, "Comment:         : %s", tg->comment->content);
   controlreply(sender, "ID:              : %u", tg->id);
   controlreply(sender, "Last used        : %s", (tg->count>0)?"(now)":((tg->lastseen>0)?trusts_timetostr(tg->lastseen):"(never)"));