Simple Away Script thingie

By err2 on Nov 23, 2005

its a simple away script. just put this into yer remotes and type /awayness to set yerself away or type it again to set yerself back. enjoy :D

Alias Awayness {
  If (!%away.anick) {
    set %away.anick $$?"What Nick do you want to change into when you go away?"
    echo $input(Ok. Now type /awayness again,o,Away)
  }
  If ($away == $true) {
    away
    ame is Back from : ( $+ %away.msg $+ ) Gone For : ( $+ $duration($awaytime) $+ )
    nick %away.bnick
  }
  Else {
    set %away.bnick $me
    set %away.msg $$?"What is your away reason?"
    ame is Away. Reason : ( $+ %away.msg $+ )
    away %away.msg
    nick %away.anick
  }
}

Comments

Sign in to comment.
Maine   -  Feb 01, 2010

Cant use that :|

 Respond  
Jethro   -  Feb 01, 2010

How can i change the /awayness auto nick ?

alias awayness {
  if ($away) { echo -a * You already set yourself away with the reason: $awaymsg }
  elseif ($1 == back) {
    away | ame is Back from : ( $+ $awaymsg $+ ) Gone For : ( $+ $duration($awaytime) $+ )
    nick Your-UNAWAY-Nick-Here
  }
  else { 
    nick Your-Away-Nick-Here | away Your-Away-Message-Here
    echo -a * You have set your away nick to: Your-Away-Nick-Here
  }
}

Replace Your-AWAY-Nick-Here, Your-UNAWAY-Nick-Here and Your-Away-Message-Here with one of your choices. The syntax is: /awayness <- this sets yourself away.
/awayness back <- this sets you back.

 Respond  
Maine   -  Feb 01, 2010

How can i change the /awayness auto nick ?

Chosed wrong...

 Respond  
err2   -  Dec 25, 2005

Updated: Now has teh time you were gone :D

 Respond  
Ace99   -  Nov 30, 2005

Oh, so thats who Chunky Monkey is..Lol. Nice away system, oh and hey, Sasuke.

 Respond  
Sasuke   -  Nov 30, 2005

<_< I agree with Daemon

 Respond  
xDaeMoN   -  Nov 30, 2005

Maybe because the $away identifer has been customized by that script or something else. Try doing the suggestion I made on my previous post.

 Respond  
Scruffy   -  Nov 30, 2005

But how would that activate KC?

 Respond  
xDaeMoN   -  Nov 30, 2005

@ Scruffy, This line

\"<12:47am> * &CM-Away is back: Reason: [testing] I was away: [10secs] KC Away System \"

came from the away system of kickchat script. Try testing the above snippet on a plain mIRC.

 Respond  
Scruffy   -  Nov 30, 2005

Wait But it does have more then 16..

 Respond  
Scruffy   -  Nov 30, 2005

How..? I mean i took out all of my scripts.. Oh well

 Respond  
nark0tics   -  Nov 29, 2005

doesn\'t look like this script has 129 lines. looks like it is your script.

 Respond  
Scruffy   -  Nov 24, 2005
<12:47am> * &Chunky_Monkey is Away. Reason : (testing) <12:47am> * &Chunky_Monkey is away: Reason: [testing] Available on MSN: [] Email: [] KC Away System * /nick: insufficient parameters (line 16, custom.ini) <12:47am> * Chunky_Monkey is now known as CM-Away <12:47am> <&CM-Away> 1awayness <12:47am> * &CM-Away is back: Reason: [testing] I was away: [10secs] KC Away System * /nick: insufficient parameters (line 129, script8.ini) NOPE!
 Respond  
Scruffy   -  Nov 24, 2005

idk

 Respond  
err2   -  Nov 24, 2005

probably

 Respond  
err2   -  Nov 24, 2005

Scruffy, i tested it b4 i posted it. your other scripts are interfeering with this script

 Respond  
Scruffy   -  Nov 24, 2005

XD yeah... couldnt think of any name but now i get called fat ape ;.;

 Respond  
Sasuke   -  Nov 24, 2005

o___o Your Chunkeh Monkeh? Woo.

 Respond  
Scruffy   -  Nov 23, 2005
<11:26pm> * &Chunky_Monkey is Away. Reason : (Testing) <11:26pm> * &Chunky_Monkey is away: Reason: [Testing] Available on MSN: [] Email: [] KC Away System * /nick: insufficient parameters (line 76, custom.ini) <11:26pm> * Chunky_Monkey is now known as CM-Away <11:27pm> * &CM-Away is back: Reason: [Testing] I was away: [15secs] KC Away System * /nick: insufficient parameters (line 129, script8.ini) <11:27pm> * &CM-Away is back: Reason: [Testing] I was away: [15secs] KC Away System * /nick: insufficient parameters (line 129, script8.ini) <11:27pm> * CM-Away is now known as Chunky_Monkey Did you even test it?
 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.