Simple Away Script

By LucSatise on May 30, 2007

To install this script just load it into your alias's and type:

/awayscript

It will autmatically post a message to all channels when u sign away and every now and then. When you are ready to return just type /back

Also in the Variables section make a variable called %password and set your normal password as this will automatically remember your nick and return you to it. Also set %awaynick to something.

awayscript {
  /set %away Yes
  /set %awayreason $1-
  /amsg 1,14I am now Away: 14,15 %awayreason
  /timer 1 300 /timeraway
  /set %nick $me
  /nick %Awaynick
}
timeraway {
  if (%away != No) {
    /amsg 1,14I am Still Away
    /timer 1 300 /timeraway
  }
}
back {
  /set %away No
  /amsg 1,14I am Back From: 14,15 %awayreason
  /nick %nick
  .msg nickserv identify %password
}

Comments

Sign in to comment.
LucSatise   -  Jan 03, 2008

i have a more advanced version but i made it for Immortal Script which might be coming out on release some time in 2008 =]

 Respond  
ermansanidhya   -  Jun 04, 2007

yeah, work very good.I like it, thanks:)

 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.