!define/!explain

By WacKy- on Jan 03, 2005

fun explain/define script, stors info for nick u tell it to :)

on 1:TEXT:!define *:#:{
  .writeini Worddata.ini Define-Explain $2 $3-
  .msg $chan The Definition Of ( $2 ) Has Been Set.
}

on 1:TEXT:!explain *:#:{
  if ($readini(Worddata.ini,Define-Explain,$2) == $null) {
    .msg $chan  $2 == Not Yet Set.
  }
  elseif ($readini(Worddata.ini,Define-Explain,$2) != $null) {
    .msg $chan  $2 == $readini(Worddata.ini,Define-Explain,$2)
  }
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.