Switch to edit mode.
Name(s): notify tell1: if (this.recording)
2: this.recorded = listappend(this.recorded, tostr("[", $su:nn(player), "]: ", args[1]))
3: while (length(this.recorded) > this.buffer)
4: suspend(0)
5: this.recorded = listdelete(this.recorded, 1)
6: endwhile
7: "Okay, it's been recorded...spoofs can't be done...it checks who the person was."
8: else
9: "Not recording...do nothing."
10: endif