2e0 @verb #2502:"@bug" any any any rxdo #8954 @program #2502:"@bug" any any any try {?status = E_NONE, NUM} = args n = toint(NUM) n == 0 && raise(E_INVARG) except (E_ARGS, E_INVARG) player:tell("Syntax: @bug [<new status>] <bug id>") return player:tell(" Valid statuses are 'fixed', 'open', and 'notabug'") endtry b = this:bug(n) if (b == $failed_match) return player:tell("Bug ", n, " does not exist.") endif if (status != E_NONE) old_s = b.status b:set_status(status) this:user_notify("Bug #", n, "'s status changed from ", old_s, " to ", b.status, " by ", player:title(), ".") endif return player:tell(b:description()) "Last modified by Dax (#789) on Tue May 3 14:09:34 2005 MDT." . 0