Away script

By Dennace on Jan 09, 2007

Type /away to set your status to away, this will send a description around to every chanel you are on saying

  • is now away - " Your away message is here " - left at Type /back to set your status to back this will send a description to every chanel to tell everyone you are back

Another simple script but its essencial for everyone who spends alot of time on the IRC.

Mmmmkay, edit'ed it a bit

alias away {
  set %away.time $ctime
  set %reason $1-
  ame is now 4away 6- "4 %reason 6" - left at4 $time 
}
alias back {
  ame is now 4back6 from - "4 %reason 6" - been 4away 6for $duration($calc($ctime - %away.time))
timer1 1 1 unset %away.time
timer2 1 1 unset %reason
}

Comments

Sign in to comment.
Nachos   -  Jan 09, 2007

Quote: \"set %reason $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20\"
Simply use $1- for that.
The timer doesn\'t work, set 2 different timers and it\'ll work.

 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.