Solitude commented on a Page, Random FML  -  Jul 17, 2009

Heh.

if you like FML, you are going to love MLIA:

http://mylifeisaverage.com/index.html

I decided to see if it'd work if I editted napa182's code for FML to work with MLIA. It works for me.

on $*:text:/^@mlia$/iS:#: { if (!$($+(%,mliaflood,$nick),2)) { set -u3 $+(%,mlia,$nick) on | if ($sock(mlia)) .sockclose mlia | unset %mlia.* | sockopen mlia mylifeisaverage.com 80 | sockmark mlia $r(1,10) $r(2,30) # } }
on *:sockopen:mlia: { sockwrite -nt $sockname GET $+(/page/,$gettok($sock(mlia).mark,2,32),/) HTTP/1.1 | sockwrite -nt $sockname Host: $+(mylifeisaverage.com,$str($crlf,2)) }
on *:sockread:mlia: {
  var %mlia | sockread %mlia
  if ($regex(%mlia,/\x09(.+\sMLIA)/)) { set %mlia.outcome $regml(1) | inc %mlia.ms }
  if (%mlia.ms == $gettok($sock(mlia).mark,1,32)) { msg $gettok($sock(mlia).mark,3,32) 14[04My Life Is Average 14] %mlia.outcome | unset %mlia.* | sockclose mlia }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.