Alias away

By CaRe_Taker on Dec 11, 2005

Re worked Alias away
using $input()

*************************Alias Away Script**********************************
alias brb { 
  if ($away == $false) {
    var %away.reason = $input(Away Reason,e,CT Away) 
    /ame 12[14Away12] %away.reason 12[14Time Left12] $time(hh:nn TT) 
    /tnick $me $+ [AWAY]
    /away %away.reason
  }
}

alias here {
  if ($away == $true) {
    /nick $mnick
    /ame 12[14Back From12] $awaymsg [14Time Away12] $duration($awaytime) 
    /away
  }
}
on *:TEXT:*:# {
  if ($away == $true) && ($mnick isin $1-) /notice $nick Currently Away: $awaymsg  Gone For: $duration($awaytime) 
}
on *:INPUT:*: {
  if ($Left($strip($1-),1) != /) {
    if ($away == $true) { /here }
    .timerAutoaway 1 2600 { /setawaynow }
  }
}
alias setawaynow { 
  /away Auto Away | /tnick $me $+ [Gone] | /me 12[14Away12] $awaymsg 12[14Time Left12] $time(hh:nn TT) 
}
*****************************End of away Script*******************************

Comments

Sign in to comment.
CaRe_Taker   -  May 17, 2006

just added a bit more to it
Comment me plz?

 Respond  
CaRe_Taker   -  May 16, 2006

just Re did this using $input()
:)

 Respond  
CaRe_Taker   -  Dec 20, 2005

ohh crap
lol
i didnt mean that one :S

 Respond  
xDaeMoN   -  Dec 20, 2005

Make that 4 comments =P

 Respond  
xDaeMoN   -  Dec 20, 2005

Comments? No need to post your comments 3 times, that\'s my comment. =P

 Respond  
CaRe_Taker   -  Dec 20, 2005

updated again thats all good now :)
Comments ?

 Respond  
CaRe_Taker   -  Dec 20, 2005

updated again thats all good now :)
Comments ?

 Respond  
CaRe_Taker   -  Dec 20, 2005

updated again thats all good now :)
Comments ?

 Respond  
CaRe_Taker   -  Dec 12, 2005

updated again
that should be all good now :)

 Respond  
nark0tics   -  Dec 11, 2005

correction to my mistake in the previous post
; /set %awayreason $$?=\"Reason?:\"
; /set %time $$?=\"time leaving for?:\"
i had forgoten the \'=\'

 Respond  
nark0tics   -  Dec 11, 2005

you might want to check your snippet before your post it next time.
-your \"reason\" and \"time leaving for\" prompts don\'t work
; /set %awayreason $$?\"Reason?:\"
; /set %time $$?\"time leaving for?:\"
you had missed the 2nd \'$\' and the \':\'

 Respond  
Yoinx   -  Dec 11, 2005

$away $awaymsg $awaytime

 Respond  
Noutrious   -  Dec 11, 2005

/amsg 4i might return in: 12 $+ %time
these things are easier to do like this:
/amsg 4i might return in:12 %time
:P

 Respond  
CaRe_Taker   -  Dec 11, 2005

lol
check that out that should have a duration timer :)
lol

 Respond  
Scruffy   -  Dec 11, 2005

*me

 Respond  
Scruffy   -  Dec 11, 2005

thanks you. i wouldve screamed louder but your avatar scares my ;-;

 Respond  
CaRe_Taker   -  Dec 11, 2005

dude i just did
lol

 Respond  
`Kazuma   -  Dec 11, 2005

you should give some credits to him

 Respond  
CaRe_Taker   -  Dec 11, 2005

and its a amsg So it shows in all chans :)

 Respond  
CaRe_Taker   -  Dec 11, 2005

lol
yes i did check out ure away script scruffy im still tryin to get a away timer to work :|
my script is flooding :|
but credit to scruffy

 Respond  
Scruffy   -  Dec 11, 2005

YES IT DOES! I DEMAND YOU GIVE ME CREDIT YOU INCOLENT FOOL! please ^^

 Respond  
`Kazuma   -  Dec 11, 2005

Lol.. Look\'s like Scruffy\'s Alias away from the commands you used. ;)

 Respond  
CaRe_Taker   -  Dec 11, 2005

first attempt at a alias away :)
any comments ?

 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.