class mod(threadLock, topPhrase, ratingMe)
var threadLock
// how often this mod locks threads
var topPhrase
// the mod's most used phrase.
var ratingMe
// my rating of this mod on a 0-10 scale
timer start
if timer = threadLock
random.thread.lock
mod Flanster(666, bwoah, 5)
So there.