Rage Simple Away System

By Rage on Jul 26, 2006

All you gotta do is hit any thing with Rage Away. And there u go

#awaynotice off
on *:TEXT:*:*:{ if ($1- == $me) { .notice $nick 14[4Rage Away14] 9-15 Im Sorry $nick $+ , I am away because " $+ %awaymsg $+ " $+ . } } 
#awaynotice end
dialog rageaway {
  title "Rage Away System"
  size -1 -1 224 80
  option dbu
  box "Away Messege", 1, 8 8 202 26
  edit "", 2, 16 16 186 10
  edit %awaynick , 6, 16 48 82 10
  box "Away Nick", 7, 8 40 98 26
  button "I'm Away!", 8, 112 48 37 12
  text "Rage Away System By: Rage */server -m xr.no-ip.biz*", 9, 8 72 201 8, disable nowrap center
  text "Rage Away v1.0", 10, 0 0 217 8, disable center
  button "I'm Back!", 11, 168 48 37 12
}

on *:DIALOG:rageaway:sclick:8:{
  set %awaymsg $did(rageaway,2).text
  amsg 14[4Rage Away14] 9-15 I am away because " $+ %awaymsg $+ " $+ .
  nick $did(rageaway,6).text
  enable #awaynotice
  away %awaymsg
}
on *:DIALOG:rageaway:sclick:11:{
  amsg 14[4Rage Away14] 9-15 I am Back From " $+ %awaymsg $+ " $+ .
  away
  disable #awaynotice
  nick %regularnick
}
on *:LOAD:{
  set %awaynick $me $+ ^away
  .echo -a You've Had Loaded Rage away System. 
  .echo -a Please Take time to visit us @ our server in the dialog :)
  set %regularnick $me
}
menu menubar,channel,status,nick {
  Rage Away:/dialog -m rageaway rageaway
}

Comments

Sign in to comment.
Bigmomma   -  Jul 27, 2006

srry for double post

 Respond  
Bigmomma   -  Jul 27, 2006

Oh yea xDaeMoN
Thanx
srry rage ;)

 Respond  
Bigmomma   -  Jul 27, 2006

Oh yea xDaeMoN
Thanx
srry rage ;)

 Respond  
Rage   -  Jul 26, 2006

Ok. Thats Fixed.

 Respond  
xDaeMoN   -  Jul 26, 2006

@ Bigmomma, I think you meant

on :TEXT::*:{ if ($me isin $1-) { ...

 Respond  
Bigmomma   -  Jul 26, 2006

on :TEXT::*:{ if ($1 == $me) { .notice $nick 14[4Rage Away14] 9-15 Im Sorry $nick $+ , I am away because \" $+ %awaymsg $+ \" $+ . } }

Try

on :TEXT::*:{ if ($1- == $me)

 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.