All pastes #892183 Raw Edit

Untitled

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