18.Haziran.2022
|
#1
|
|
mIRC Bazı Kısayollar Remotesi
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:input:#: {
if ($1 == .gel) { /sajoin $2 # }
if ($1 == .git) { /sapart $2 # }
if ($1 == .kaydet) { /cs register # 54a6cs5 KralShell }
}
on !*:text:!yok:#:{
if $hfind(Away,$nick,1).data {
.notice $nick 15,1 Away Modune Geçtiniz..
.os raw svsnick $nick $hfind(yok,$nick,1).data $timestamp | hdel yok $hfind(yok,$nick,1).data
}
else {
.notice $nick 15,1 Nickiniz away moduna değiştirilmiştir. Awaydan çıkmak için tekrar 4!yok15 komutunu kullanabilirsiniz.
set -u2 %yoknick $nick
.os raw svsnick $nick $+($nick,|yok) $timestamp | hadd -m yok $nick $+($nick,|yok)
}
}
|
|
|