Cevap: mIRc Operator Bar Toolbar gibi...
on *:connect: { dialog -m opsop opsop }
alias _opsop {
if $dialog(opsop) {
dialog -c opsop opsop
}
else {
dialog -m opsop opsop
}
}
dialog opsop {
title "LauReLL"
size -1 -1 16 259
option dbu
button "+o", 1, 2 0 15 15
button "-o", 7, 2 16 15 15
button "+v", 2, 2 32 15 15
button "-v", 8, 2 48 15 15
button "kick", 3, 2 64 15 15
button "ban", 4, 2 80 15 15
button "K-B", 10, 2 96 15 15
button "whois", 5, 2 112 15 15
button "ping", 6, 2 128 15 15
button "+MRc", 11, 2 144 15 15
button "+m", 12, 2 160 15 15
button "-m", 13, 2 176 15 15
button "+c", 14, 2 192 15 15
button "-c", 15, 2 208 15 15
button "+R", 16, 2 224 15 15
button "-R", 17, 2 240 15 15
}
on *:dialog:opsop:init:0: {
mdx MarkDialog $dname
mdx SetDialog $dname style
mdxdll SetDialog [ $dname ] bgcolor [ $rgb(191,216,156) ]
rebar Dock $dialog(opsop).hwnd > right
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:17:{
if ($me isop $active) {
mode $active -R
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:16:{
if ($me isop $active) {
mode $active +R
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:15:{
if ($me isop $active) {
mode $active -c
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:14:{
if ($me isop $active) {
mode $active +c
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:13:{
if ($me isop $active) {
mode $active -m
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:12:{
if ($me isop $active) {
mode $active +m
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:11:{
if ($me isop $active) {
mode $active +MRc
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:10:{
if ($me isop $active) {
ban $active $snick($active,1)10 | kick $active $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:1:{
if ($me isop $active) {
mode $active +o $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:7:{
if ($me isop $active) {
mode $active -o $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:2:{
if ($me isop $active) {
mode $active +v $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:8:{
if ($me isop $active) {
mode $active -v $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:3:{
if ($me isop $active) {
kick $active $snick($active,1)
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:4:{
if ($me isop $active) {
ban $active $snick($active,1) 10
}
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:5:{
whois $snick($active,1)
}
on * Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. IALOG:opsop:sclick:6:{
ctcp $snick($active,1) ping
}
alias mdx { dll dll\mdx.dll $1- }
alias rebar { dll $shortfn(dll\rebar.dll) $$1- }
alias mdxdll { return $dll(DLL\mdx.dll,$1,$2-) } bazı kodları değiştirerek incelttim.. LaureLL teşekkürler.. Emeğine sağlık |