@verb #12:"@last-commands @lc" any none none rd #55 @program #12:"@last-commands @lc" any none none "Cooked up by neuro (#6612)" "Reheated by Dax (#789)" "Pro-privacy modificiations added by Cecil (#7407)" if (player != this) return $msg:mtell("huh") endif if (dobjstr) who = $string_utils:match_local_player(dobjstr) if ($command_utils:player_match_failed(who, dobjstr)) return elseif (!player:controls(who) && !player:isa($guardian)) return player:tell(E_PERM) endif else who = player endif "Wizzen-alert >" who != player && $wiz_utils:guard_alert(tostr($su:nn(player), " is checking the last commands of ", $su:nn(who))) "< Wizzen-alert" if (who:isa($guardian) || !player:isa($guardian)) who:sub_tell("You hear an odd snapping noise as %n checks your last commands...") endif resp = {tostr("Last commands by ", $su:nn(who), ":"), "-----", @who.last_commands, "-----"} for x in [1..length(resp)] resp[x] = encode_binary(resp[x]) endfor player:notify_direct(resp) "Last modified by Dax (#789) on Thu Aug 8 11:13:04 2002 MDT." "This verb previously owned by whiz (#3135), and chowned to $slacker upon dewizarding (Sat Aug 17 14:48:43 2002 MDT)." "Last modified by Cecil (#7407) on Sun Nov 10 14:19:59 2002 MST." .