Untitled
public text v1 · immutable
on *:TEXT:!addvod*:?: {
if ($nick != H}{H) && ($nick != RBP) {
notice $nick Access Denied. | halt
}
if ($gettok($1-,1,45) == $null) || ($gettok($1-,2,45) == $null) {
notice $nick Add in this format: Title - Link | halt
}
; write vod.txt $gettok($1-,1,45) ( $+ $gettok($1-,2,45) $+ )
write vod.txt Test
}