I wasn't sure if RaptorJesus was a randomly chosen nick from the nicklist or text in a text file.
Code:
on *:text:.seen &:#:{
if (%seen. [ $+ [ $nick ] ]) { return }
msg $chan $2 was last seen $read(text.txt)
set -u5 %seen. [ $+ [ $nick ] ] $true
}


Reading it, it looks like text in your text file. I personally think its fun to pick a nickname at random from the nicklist and use it in the joke.

msg $chan was last seen $read(text.txt) at $nick($chan,$rand(1,$nick($chan,0)) $+ 's house!

Last edited by DJ_Sol; 12/01/08 07:21 PM.