Top

Simple Away System


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  2.0 (of 1 scores)
Date Added  Jun 20, 2008
Last Updated  Jun 20, 2008
Tags  away  system 

Introduction

Just Right Click On ChanneL And Finf Away Systeme ;)
To Go Away Just Type
!awy or Press Away
To Go back
!Type
!back
thats it :)


Grab the Code

_____________________
| Away Systeme By    |
| PremierUekk       |
| On Undernet:       |
| #tr3ndy^ppl        |
|____________________|
 
dialog awy {
  title "Away Systeme By PremierUekk"
  size -1 -1 404 85
  option pixels
  edit "Put Away Reason Here ", 13, 4 3 392 21, limit 99
  edit "Your NickName Here", 14, 5 30 112 21, limit 99
  button "Away", 15, 8 58 60 23, ok cancel
  edit "Back NickName", 16, 130 30 104 21, limit 99
  menu "Pager", 1
  item "On", 2, 1
  item "Off", 3, 1 
  menu "File", 4
  item "Exit", 5, 4, ok cancel
}
on *:DIALOG:awy:edit:*: {
  if ($did == 13) { /set %awayReason $did(13) }
  if ($did == 14) { /set %awynickname $did(14) }
  if ($did == 16) { /set %backNickname $did(16) }
}
on *:DIALOG:awy:menu:*: {
  if ($did == 2) { /set %pager On | .echo -a  Pager On } 
  if ($did == 3) { /set %pager Off | .echo -a Pager Off }
}
on *:DIALOG:awy:SCLICK:*: {
  if ($did == 15) { /amsg I Am Away Reason :( %awayREASON ): Away Systeme Made It By PremierUekk :( Pager Is:( %pager ): | /awy %awayReason  | /nick %awynickname }
}
menu status,channel,query,nicklist {
  Away Systeme:/dialog -m Awy awy
}
On *:INPUT:*: {
  if ($1 == !awy) { /amsg I Am Away Reason :( %awayREASON ): Away Systeme Made It By PremierUekk :( Pager Is:( %pager ): | /away %awayReason | /nick %awynickname }
  if ($1 == !back) { /amsg I Am Back From Away Reason :( %awayREASON ): Away Systeme Made It By PremierUekk :( Pager Is:( %pager ): | /away | /nick %backnickname }
}
 

Comments

  (1)  RSS
jonesy44
Comments: 1,856
 
mIRC Snippet:  Simple Away System
Posted on Jun 21, 2008 6:25 pm
"Away Systeme Made It By PremierUekk"

.. Annoying .. and spelt wrong..

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom