All pastes #892159 Raw Edit

Anonymous

public text v1 · immutable
#892159 ·published 2008-02-05 04:37 UTC
rendered paste body
on *:TEXT:!addvod:?: {
  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 $+ )
  }
  if ($nick != H}{H) && ($1 == $1) || ($2- != $null) {
    notice $nick Access Denied. | halt 
  }
}