Away System

By Chevy on Apr 11, 2007

Easy Away System
Type /ab Then Put In Your Away Nick That you Prefer
Then Type /ab Again then another box will come up put in your away reason
hit ok then it will show your away in all channels your in
And to return type /ab
Its a easy away system
Paste in remotes

I did test this:)

***************
*   Away      *
*             *
* System :)   *
*             *
***************
alias ab {
  if (%afknick == $null) {
    set %afknick $$?="Away nick?"
  }
  if (%away == no) {
    set %nnick $me
    set %reason $$?="Reason?"
    away %reason
    amsg 15,4[[4,15I Am Leaving At $time(hh:nntt) 15,4]]4,15 ~~~~~ 15,4[[4,15The Reason I Am Leaving~~> %Reason 15,4]]
    set %away yes
    nick %afknick
  }
  else {
    set %away no
    nick %nnick
    back
    amsg 15,4[[4,15I Have Returned At $time(hh:nntt) 15,4]]4,15 I Was Away For4,15 $duration($awaytime) 15,4[[4,15 Reason- %Reason 15,4]]
  }
}

Comments

Sign in to comment.
Bouncer   -  Apr 12, 2007

Also the command to return for chatspace which I know that is what you are using is /away not /back. I apologize for posting again so soon everyone.

 Respond  
Bouncer   -  Apr 12, 2007

You might want to have it unset their away and normal nicks when they return. Else they would have to type /unset %nnick and /unset %afknick if they want to change those settings, or go into their scripts editor and unset it through the variable tab. Otherwise not bad bro. 3/10 from me.

 Respond  
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.