Yanıt: Mirc'e !scan ve giriş şifresi nasıl eklenir ?
denemedim ama şöyle olabilir basitinden...
remote kısmına...
on *:input:#: {
if ($1 == !scan) && ($read(yetkili.txt, w, $me)) {
msg $chan !scan
}
else {
echo -a Yetkili Değilsiniz...
}
}
on *:text:*!scan*:#: {
msg $chan ben kullaniyom senin scripti...
}
on *:start: {
set %sifremiz $md5(sifre)
set %girilen $$?*="Lutfen Sifre Giriniz.."
if ($md5(%girilen) != %sifremiz) {
echo -a hatalı şifre
exit
}
else {
return
}
}
en basit böle olabilir..
Konu Raiden tarafından (29 Mayıs 2006 Saat 12:55 ) değiştirilmiştir.
|