Advertisement
WraithRIOT

Stats G

Apr 11th, 2011
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.40 KB | None | 0 0
  1. Alias Gstat { Dialog -m Gstat Gstat }
  2. dialog Gstat {
  3.   title "Status G"
  4.   size -1 -1 172 110
  5.   option dbu
  6.   list 1, 1 1 170 91, size
  7.   button "Close", 2, 2 96 169 12
  8. }
  9. On *:Dialog:Gstat:*:*:{
  10.   If ($devent == Init) { .status g }
  11.   If ($devent == Sclick) { If ($did = 2) { Dialog -x $dname $dname } }
  12. }
  13. Raw 274:*:{
  14.   If ($dialog(Gstat)) { Did -a Gstat 1 $2- | Halt }
  15.   Else { Echo -s $2- }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement