Simplest Away

By MightyKiller on Mar 28, 2007

Its Very Simple Away System , Just Add With Time Code. I Hope Everyone Like It!

*************************Alias Away Script**********************************
on 1:load:{
  echo -a Sucessfully Load Alias Away
  echo -a Author: MightyKiller 
  echo -a Report Your Bugs/Comments/Suggestion Mail Me At ( 12Fahad@chatfunda.com )
}
alias brb { 
  if ($away == $false) {
    var %away.reason = $input(Away Reason,e,Auto Away) 
    /ame is away ( %away.reason ) at $time(hh:nn TT)
    /tnick $me 
    /away %away.reason
  }
}

alias here {
  if ($away == $true) {
    /nick $mnick
    /ame is back ( $awaymsg ) gone $duration($awaytime)
    /away
  }
}

menu channel,menubar {
  Away System
  .Away :/brb
  .Back :/here
}

*****************************End of away Script*******************************

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.