From: Ari Johnson Date: Mon, 9 Apr 2007 17:39:20 +0000 (+0000) Subject: Slight formatting fix for privileged WHO X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=f63caf166f2883f038e1e42b35d45425ad806d78;p=cobramush.git Slight formatting fix for privileged WHO --- diff --git a/src/bsd.c b/src/bsd.c index 2358cdd..1a50010 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -3492,7 +3492,7 @@ dump_users(DESC *call_by, char *match, int doing) ShowAnsi(call_by->player) ? ANSI_NORMAL : ""); queue_string(call_by, tbuf2); } else { - sprintf(tbuf2, "%s%-16s %6s %9s %5s %5s Des Host%s\n", ShowAnsi(call_by->player) ? ANSI_HILITE : "", + sprintf(tbuf2, "%s%-16s %6s %9s %5s %5s Des Host%s\n", ShowAnsi(call_by->player) ? ANSI_HILITE : "", T("Player Name"), T("Loc #"), T("On For"), T("Idle"), T("Cmds"), ShowAnsi(call_by->player) ? ANSI_NORMAL : ""); queue_string(call_by, tbuf2); }