@verb #8878:"newquotes" any none none rdo #8878 @program #8878:"newquotes" any none none if (!argstr) this.location:announce_all("The following are new additions to Omni's quote archive. (Last updated ", this.newquotes[3], ")") for foo in [this.newquotes[1]..this.newquotes[2]] this.location:announce_all("-", this.sigsay[foo]) endfor this.location:announce_all("--Done--") else foobar = $su:match_player(args[1]) if (foobar == #-3) this:tell("Umm...who?") elseif (!foobar:connected()) this:tell("They aren't connected, try again later.") else foobar:tell("The following are new additions to Omni's quote archive. (Last updated ", this.newquotes[3], ")") for foo in [this.newquotes[1]..this.newquotes[2]] foobar:tell("-", this.sigsay[foo]) endfor foobar:tell("--Done--") this:tell("Told ", foobar:title(), " (", foobar, ") new quotes numbered ", this.newquotes[1], " to ", this.newquotes[2], ".") endif endif "Last modified by Slacker (#55) on Sun Oct 28 19:34:53 2001 MST." .