Exceedingly Simple Away Script

By Elstraim on May 17, 2010

This is an away script. I really don't like flashy, colourful nonsense on my screen, so you're not getting any of that.

Exceedingly simple commands:
--> To set yourself as away: /a
--> To set yourself as back: /b

Because I despise people continuing to talk after they're away, I've ensured that they suffer for it. If you're set to away and try to speak, all of your "a"s are replaced with "durp", and all of your "e"s are replaced with "flurp". On top of that, a second line is sent after the first one, which simply reads "Translation: I need to stop being a lazy ponce and set myself as back." This is disabled when you "return" via the /b command.

alias a { away $1- | amsg I'm now away from IRC for the following reason: $1- | set %awayreason $1- | set %lolitrolu on }
alias b { away | amsg I'm now back from: %awayreason [This horrifying mess took me $duration($awaytime) to complete] | unset %awayreason | set %lolitrolu off }
on *:input:*: { if ($left($1,1) != /) { if (%lolitrolu == on) { msg # $replace($1-,a, durp,e, flurp) | msg # Translation: I need to stop being a lazy ponce and set myself as back. | halt } } } 

Comments

Sign in to comment.
Jethro   -  May 30, 2010

You don't need one if you consider undergoing the so-called laser eye surgery. Your eyesight could be back to 20/20 or better. :p But there are risks and side effects involved in the procedure and it's not necessarily suitable for everyone.

The only benefit of laser surgery is that it's a one-time deal, and after that, you take good care of your eyes. You won't require to change glasses anymore.

 Respond  
WorldDMT   -  May 30, 2010

yes napa it's $mnick :D
and yes jethro_ a realy need one i think :p

 Respond  
Jethro   -  May 29, 2010

I think it's time for a stronger prescription for WorldDMT's glasses. :P

I'm just playing with you, WorldDMT...no harm intended.

 Respond  
napa182   -  May 29, 2010

WorldDMT Wrote

about nick $+($me,[AFK]) better to do /tnick $+($me,[AFK]) then the back will be nick $nick

on ur back nick I think you mean
nick $mnick not $nick

 Respond  
GuitarMasterx7   -  May 19, 2010

rofl >.>

nice var

%lolitrolu
 Respond  
Jethro   -  May 18, 2010

WorldDMT, once again, has made a valid point there. Elstraim, one the other hand, has become "increasingly speechless" after all these comments.

 Respond  
WorldDMT   -  May 18, 2010

about nick $+($me,[AFK]) better to do /tnick $+($me,[AFK]) then the back will be nick $nick

 Respond  
napa182   -  May 18, 2010

lol

 Respond  
Jethro   -  May 17, 2010

lol amsg I'm now back from:
$iif($awaymsg = talkin a crap lol!!,$v1 and I forgot to wash my hands,$awaymsg)

 Respond  
TheNitelyfe   -  May 17, 2010

$iif($1,$1-,takin a crap lol!!)

 Respond  
Jethro   -  May 17, 2010

napa182, you should make the $1- a double $$1- so it doesn't get triggered upon just entering /a without the away message.

 Respond  
Sonny   -  May 17, 2010

lol @ napa.

 Respond  
napa182   -  May 17, 2010

instead of making it say that lame stuff why not just have it set them as back if they talk.
also no reason to set vars

alias a { 
  .away $iif($1-,$v1,Gone) 
  amsg I'm now away from IRC for the following reason: $iif($1-,$v1,Gone) 
  nick $+($me,[AFK])
}
alias b { 
  .away 
  nick $remove($me,[AFK])
  amsg I'm now back from: $awaymsg [This horrifying mess took me $duration($awaytime) to complete]  
}
on *:input:*: { 
  if ($away) { b }
}
 Respond  
Jethro   -  May 17, 2010

Elstraim Wrote:

Because I despise people continuing to talk after they're away, I've ensured that they suffer for it.How do you expect people to live up to your standards by using the snippet you've provided?

 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.