Untitled
public text v1 · immutableon *: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 $+ )
}
}