Switch to edit mode.
Name(s): title1: if (!this:connected()) 2: return pass(@args) 3: endif 4: tag = this.consonants[random($)] + this.vowels[random($)] + this.consonants[random($)] + this.vowels[random($)] + this.consonants[random($)] 5: tag = tag[1..2 + random(3)] 6: if (random(2) == 1) 7: tag = tag[2..$] 8: endif 9: if (this:idle_seconds() > 90) 10: tag = tostr(this:idle_seconds()) 11: endif 12: return "<font color=#880088>" + pass(@args) + "</font>" + " [" + tag + "]" 13: "Last modified by Datum (#7871) on Fri Mar 10 00:29:23 2000 MST."