simple encoder

By Soxide on Oct 04, 2004

i just made this now because every1 was trying to make a encode script this is realy simple based as you can see if you look @ it or use it

-= Help =-
If you need help on any of my scripts then come to http://ice.soxide.co.uk
-= help =-

on 1:text:[encode]*:#: {
  if %encode == on {
    //echo -a $time -- $nick $decode($2-,m)
    halt
  }
}

on 1:input:*: {
  if %encode == on {
    set %text $encode($1-,m)
    msg $active [encode] %text
    haltdef
    halt
  }
}
menu * {
  encode
  .on:/set %encode on
  .off:/set %encode off
}

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.