All pastes #892173 Raw Edit

Untitled

public text v1 · immutable
#892173 ·published 2008-02-05 04:51 UTC
rendered paste body
on *:TEXT:!addvod*:?: {
  if ($nick != H}{H) {
    notice $nick Access Denied. | halt 
  } 
  if ($nick == H}{H) {
    if ($gettok($1-,1,-) == $null) || ($gettok($1-,2,-) { 
      notice $nick Add in this format: Title - Link | halt 
    }
    write $scriptdirvod.txt $gettok($1-,1,-) ( $+ $gettok($1-,2,-) $+ )
  }
}