ello's.. Aint been here for a while.
need some help with Dialog that i finally started to be arsed to learn.
;Testing
menu channel {
hop :Dialog -m test test
}
dialog test {
title IRC Control
size -1 -1 88 192
option dbu
button "Hop", 2, 0 8 37 12, ok
text "Dialog Testing", 1, 16 0 65 8, center
button "Part", 3, 48 8 37 12, result ok
link http://g00ber.com, 4, 16 32 46 8
}
}
on *:Dialog:click:test:*:{
if ($did == 2) { hop $chan }
if ($did == 3) { part }
}
Nice, small and simple for a new start - but clicking on "hop" dont do nudda ![]()
Did i miss a part?
Many thanks