Awhile ago someone asked this question but there was never any answer back
to it. For some reason (Im betting its cause of ascii) the do_last command
will only show (NOHOST) when used to find the last logon of a player. Has
anyone encountered this, and if so, what was changed to make it work
correctly?
sprintf(buf, "[%5ld] [%2d %s] %-12s : %-18s : %-20s\r\n",
GET_IDNUM(vict), (int) GET_LEVEL(vict),
class_abbrevs[(int) GET_CLASS(vict)], GET_NAME(vict),
vict->player_specials->host && *vict->player_specials->host
? vict->player_specials->host : "(NOHOST)",
ctime(&vict->player.time.logon));
send_to_char(buf, ch);
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/04/01 PST