Top

away system


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  1.0 (of 3 scores)
Date Added  Aug 20, 2008
Last Updated  Aug 21, 2008
Tags  afk  away  bbl  bbs  brb  dialog  mirc  system 

Introduction

this is a away system i was asked to help by pwnisher3. I changed it a lot added the notifyer properlly
and dialog

Grab the Code

dialog  AwaySystem { 
  Title "Away System" 
  size 150 130 110 120 
  option dbu 
  button "set away reason",1, 28 20 45 15 
  button "display Back",2, 29 40 43 15
  check "nick notifier",4, 27 60 43 15 
  text "Away System v1.0 with nick noifier-made by Spencer helped by pwnisher3",3, 2 90 98 30 
}
on *:DIALOG:awaysystem:sclick:1:{
  set %Areason $$?="Enter Away Reason" | .scon -at1 gone | set %awaytime $ctime 
}  
on *:DIALOG:awaysystem:sclick:2:{ 
  .scon -at1 here | unset set %awaytime $ctime
} 
alias gone { 
  set %nick $me 
  set %nnotify on
  amsg 4,1(is now Away7,1) 4,1(Reason: %AReason i left at $time $time(tt)
  nick %nick $+ [Away] 
  away %AReason 
} 
alias here { 
  amsg 4,1(I am now Back From: %AReason 7,1) 4,1(I was away for $duration($calc($ctime - %awaytime)) 7,1) 
  nick %nick 
  set %nnotify off
  away
 
} 
menu * { 
  Awaysystem:/AS 
}
alias AS { 
  dialog -m Awaysystem Awaysystem 
}
on *:TEXT:*:*:{
  if (%nnotify == on)
if ($1- == $me) { notice $me $nick has said you name on $network # $nick has said  $1- $+ . 5,1at $time  
}
  }

Comments

  (9)  RSS
elpito
Comments: 9
 
mIRC Snippet:  away system
Posted on Oct 1, 2009 3:37 pm
not work . :>
Spanky
Comments: 233
 
mIRC Snippet:  away system
Posted on Oct 1, 2009 3:45 pm
lol i will make a new one.
elpito
Comments: 9
 
mIRC Snippet:  away system
Posted on Oct 1, 2009 3:56 pm
okay , i need something.. easy..
Cracker200
Comments: 257
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 3:25 am
Works fine for me ^^
elpito
Comments: 9
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 11:21 am
yes now its perfect :)
Cracker200
Comments: 257
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 11:34 am
:D
Spanky
Comments: 233
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 3:19 pm
o.o hmm still im making a new one cus i can make it better. but its not gonna be for a while i did make it but!!! my computer messed up and i didnt save it :(

so i will remake it when i got free time.

@elpito what was you doing wrong.

@cracker200 thanks for checking it i didnt think to check it ;x
elpito
Comments: 9
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 3:25 pm
that away sistem at now its perfect :)
I need a little notice ban sistem .. on notice /mode $nick $chan -o+b $nick $nick ...
are u wanna make this siistem ?
Cracker200
Comments: 257
 
mIRC Snippet:  away system
Posted on Oct 2, 2009 5:36 pm
Np Spanky And good work ^^ Eplito? you mean
Code:
 On @:Ban:#Channel: Notice $Me $Nick Has Been Banned on $chan @ $timestamp Reason $1-
?

Commenting Options

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

  
Bottom