its an old script,
one i used a long time ago when i was scritping more than I am now,

http://free4canada.ca/Quotes.php

if you look at that,
it randomly pics a quote on its own

Code:
On *:sockread:q:{
  var %s
  sockread %s
  if quote * iswm %s {
    msg %chan1 13,1 %s
    notice $me 9,1For More Quotes Be Sure To Visit www.Free4Canada.ca/MyQuotes.php
    sockclose q
  }
}

i know the if quote *iswm is the problem
but what would i replace it with to give me the whole line that is on the page?