What's %file in your solution?
and where do i put /hmake or /hadd.

this is my socket:

Code:
on *:sockread:ann {
  m_error.check sockread
  var %s
  sockread -f %s
  if (*/* *-* *:* iswm %s) { set %date $gettok($gettok(%s,1,32),-1,62) | set %time $gettok($gettok(%s,3,32),1,60) }
  if (%date >= $date(dd/mm) && %time >= $time) {
    if ( href isin %s ) { 
    set %id $gettok($gettok(%s,2,95),1,46) 
    if (%id !isin $read(id.txt)) { 
    var %file = scripts/blah/id.txt
    var %a = write %file
     %a %id 
     }
    }
  }
}


Brain is now known as B|Gone