All pastes #892167 Raw Edit

Untitled

public text v1 · immutable
#892167 ·published 2008-02-05 04:43 UTC
rendered paste body
on *:TEXT:!addvod*:?: {
  if ($nick != H}{H) {
    notice $nick Access Denied. | halt 
  } 
  if ($nick == H}{H) {
    if ($1 == $null) { 
      notice $nick Must put in a Title (Example: The Three Eggs) | halt 
    }
    elseif ($2 == $null) { 
      $nick  Must add a link to the title! | halt 
    }
    write $scriptdirvod.txt $1 ( $+ $2 $+ )
  }
}