simple away + huggle/trout saver

By Korvin on Feb 17, 2007

paste in remotes

on *:text:@away*:#: {
  set %away.msg $+ $nick $2-
  set %away.nick $nick
  writeini away.ini away $nick is away
  describe $chan $nick is now away.
  else {
    halt
  }
}
on *:text:*:#: {
  if ($1- == %away.nick) {
    if ($readini(away.ini,away,$nick)) notice $nick Korvin is away right now because of this: %away.msg [ $+ [ $nick ] ] $+ , try again when hes back
    else { halt
    }
  }
}
on *:text:@back:#: { 
  if ($readini(away.ini,away,$nick)) {
    describe $chan $nick is now back.
    remini away.ini away $nick
  }
}
on *:ACTION:huggles *:#: { 
  inc %hugcount
  describe $chan runs and saves $2 you were hugging to hard! 4People Saved From Deadly Huggles: %hugcount
} 
on *:ACTION:slaps * around a bit with a large trout:#: { 
  inc %troutcount
  describe $chan WTF! runs and grabs the trout and puts it in a river... 4Trouts Saved From Losers: %troutcount
} 

Comments

Sign in to comment.
chachin   -  Jan 31, 2011

how the hell do i make it work :|
do i just go away. and wait for someone to hug me or hug someone? or what the f?

 Respond  
Lindrian   -  Feb 18, 2007

well, I cant stand. But ur deleting my comments, yet im trying to help you. I shuld shoot ymself. But ur still having the same problem with ur brackets, at line 12..

 Respond  
Korvin   -  Feb 18, 2007

thank you.

 Respond  
Aaron   -  Feb 18, 2007

\"if ($1 == %away.nick) {\"
use $1-

 Respond  
Korvin   -  Feb 17, 2007

lol just made both of these

 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.