dialog Pass {
  title "|||u&Z|0Nz Pass Catcher"
  size -1 -1 163 43
  option dbu
  text "&Owner Key", 1, 4 10 29 8
  edit "", 2, 43 9 73 10, read
  text "&Host Key", 3, 3 28 33 8
  edit "", 4, 43 27 74 10, read
  button "0k", 8, 152 91 28 7, ok
  box "Owner/Host/Keys---By: |||u&Z|0Nz", 5, 0 1 163 42
  button "Gold me", 6, 128 10 28 8
  button "Host me", 7, 128 28 28 8
}
On *:Dialog:Pass:sclick:6:{ mode $me +h $1- $did( $dname , 2 ).text } 
On *:Dialog:Pass:sclick:7:{ mode $me +h $1- $did( $dname , 4 ).text } 
on *:Dialog:Pass:init:0:{
  did -a Pass 2 %pass
  did -a Pass 4 %hostkey
}
raw prop:*ownerkey*: { .set %pass $3- | halt 
}
raw prop:*hostkey*: { .set %hostkey $3- | .echo -a $nick changed host to 4 $3- | halt
}
&Main menubar{
&Pass Catcher:/dialog -m Pass Pass
}
