alias ac { dialog -m notify notify }
dialog notify {
title "mIRC Notify Addon"
size -1 -1 116 58
option dbu
text "Nick", 1, 5 10 25 8
edit "", 3, 33 9 78 10
box "Notify", 2, 2 1 113 23
button "Ekle", 4, 15 27 37 12
button "Çıkar", 5, 57 27 37 12
button "Listele", 6, 35 41 37 12
}
on *:Dialog:notify:sclick:4:{ notify $did(3) | gload notify }
on *:dialog:notify:Sclick:5:{ notify -r $did(3) }
on *:Dialog:notify:Sclick:6:{ notify -l }
on *:notify:{ gtalk -k notify Notify Listenizde Bulunan $nick Şu Anda Servere Giriş Yaptı !
Kullanımını anlatayım belki çalıştıramayan olur 2 yol var ;
1- /ac yazarak
2- /dialog -m notify notify
işinize yarar umarım..
|