guest598594 commented on a Page, Radio Script  -  Oct 28, 2008

Try this for the alias and sockopen:

alias radio {
  if ($sock(radio)) sockclose $v1
  sockopen radio [ADDRESS] [PORT]
}
on *:sockopen:radio: {
  sockwrite -nt $sockname GET / HTTP/1.1
  sockwrite -nt $sockname Host: [ADDRESS]
  sockwrite -nt $sockname $crlf
}
 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.