brandon
Posted by w.e
Thursday, August 25, 2005
Description: cal

alias cal {
  sockclose cal
  sockopen cal caleague.com 80
}
on *:SOCKOPEN:cal:{
  sockwrite -n $sockname GET /?page=teams&teamid=41077 HTTP/1.1
  sockwrite -n $sockname Host: caleague.com
  sockwrite -n $sockname Connection: Close
  sockwrite -n $sockname User-Agent: Mozilla/3.0 (compatible)
  sockwrite -n $sockname Authorization: Basic <uu-encoded>
  sockwrite -n $sockname $crlf
}
on *:sockread:cal:{
  sockread %temp
  if (icon_steam.gif isin %temp) {
    if ($remove($gettok(%temp,3,62),</a) == Tyler Hill) {
      msg $active [^B]Cal Name[^B]:[^U] $remove($gettok(%temp,3,62),</a) [^U][^B]Handle[^B]:[^U] None [^U][^B]SteamID[^B]:[^U] $remove($gettok(%temp,6,62),&nbsp;,</td) [^U]
    }
    else {
      msg $active [^B]Cal Name[^B]:[^U] $remove($gettok(%temp,3,62),</a) [^U][^B]Handle[^B]:[^U] $remove($gettok(%temp,5,62),<br,<img src="img/layout/icon_steam.gif" class="inline") [^U][^B]SteamID[^B]:[^U] $remove($gettok(%temp,7,62),&nbsp;,</td) [^U]
    }
  }
}
tytytyt
Posted by brand0n`
Thursday, August 25, 2005 05:09pm PDT
tytytytytyty
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world