- Konum
- ىαкαяyλ
-
- Üyelik Tarihi
- 27 Kas 2009
-
- Mesajlar
- 24,120
-
- MFC Puanı
- 79
Otomatik Selam Almak kodu
dialog otos {
title \"oto selam\"
size -1 -1 60 53
option dbu
button \"Açık\", 1, 12 5 37 12
button \"Kapalı\", 2, 12 20 37 12
button \"Tamam\", 3, 12 35 37 12, cancel
}
alias otos dialog -m otos otos
on *:dialog
tos:sclick:*: {
if ($did == 1) { .enable #otos }
if ($did == 2) { .disable #otos }
}
#otos on
on *:text:*:?: {
msg $nick selam $nick
}
#otos end
dialog otos {
title \"oto selam\"
size -1 -1 60 53
option dbu
button \"Açık\", 1, 12 5 37 12
button \"Kapalı\", 2, 12 20 37 12
button \"Tamam\", 3, 12 35 37 12, cancel
}
alias otos dialog -m otos otos
on *:dialog
if ($did == 1) { .enable #otos }
if ($did == 2) { .disable #otos }
}
#otos on
on *:text:*:?: {
msg $nick selam $nick
}
#otos end