Away Script [w/ menu]

By byzaNce760 on May 28, 2007

A basic away script that comes with a user-friendly setup menu that is easy to use. This script goes into the Remotes section. Be sure to change /nick to whatever you want your away/normal nick to be before using. You also can change everything after /ame to whatever colors you'd like, bold, underlined etc. But be sure to keep %away where you want your away message to be displayed, or it won't work!

Image

menu Channel { 
  Away System
  .Away:/gaway $$?="Reason?"
  .Back:/eaway 
}
alias gaway { 
  set %away $1-
  /ame 5,0:::: 14[ 1I'm now away, REASON: %away 14] 5:::: 
  /nick awaynick
}
alias eaway {
  /msg 5,0:::: 14[ 1I'm now back from: %away 14] 5::::
  /nick normalnick  
  unset %away
}

Comments

Sign in to comment.
AngelXPaul   -  May 28, 2010

oh..and one more thing and it should be ok
/msg 5,0:::: 14[ 1I'm now back from: %away 14] 5::::
^---- that sould be /ame, instead of /msg..bc you telling to to message the back msg, not the channels your in, or you can put /amsg

 Respond  
Bouncer   -  May 28, 2007

You forgot a closing bracket for alias eaway. Also you might want to tell people which sections to put where. Alot don\'t know the difference between popup code and remotes code. Also where is the dialog? Your title says there is one but I do not see it. Unless your term w/ means without, then I am sorry for the mistake, but I am familiar with using w/o for without.

 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.