idle kontrol remotesi
Cuma, Temmuz 18th, 2008on *:text:*!idle*:#:{ { whois $2 | set %idleR $chan } }
raw 317:*:{ .msg %idleR 4- $+ $2 $+ -2 Konuşmadığı Süre :4 $replace($duration($3),wks,wks,wk,week,hrs
,hrs,hr,hr,mins,mins
,min,mins,secs,secs,sec,sec,days,days,day,day) }
!idle nick şeklinde kullanabilirsiniz..
Bugun 1 toplam 12 kere okundu. Son Okunma Tarihi “18 November 2008″
Radyo kodu
Cuma, Temmuz 18th, 2008alias radyo {
sockclose radyo*S
sockclose radyo*J
if (: !isin $1) && (!$2) { echo -a 1453 | return }
if ($1 == $null) { echo -a 38.99.21.22 | return }
if (: isin $1) {
tokenize 58 $remove($1,http://,/)
sockopen $+(radyo,$r(1,9999),S) $1 $2
set %site $1 $2
}
else { sockopen $+(radyo,$r(1,999),!) $remove($1-,http://,/) | set [...]
farklı bir Join/part koruması
Cuma, Temmuz 18th, 2008menu status,menubar,channel {
.-
.» Join/Part koruması ~
..Açık:.enable #jp | .echo -a 6,6 0,14 Join-Part Koruması Açıldı 6,6
..Kapalı:.disable #jp | .echo -a 6,6 0,14 Join-Part Koruması Kapatıldı 6,6
.-
}
#jp on
on *:join:#: {
if (*!*@admin.mirckeyfi.org iswm $fulladdress) { halt }
if ($level($nick) == koruma) { halt }
if (*!helper@* iswm $nick) { [...]
değişik bir op/voice uyarısı
Cuma, Temmuz 18th, 2008on 1:voice:#: {
if ($vnick != $me) { halt }
else { /echo -a 11,1 - 15,1 Dikkat! 11,1 - 11,1 - 0,1 # 15Kanalında $nick tarafından 0voice 15oldunuz. 11,1 - | halt }
}
on 1:devoice:#: {
if ($vnick != $me) { halt }
else { /echo -a 11,1 - 15,1 Dikkat! 11,1 - [...]
özelde clone uyarısı
Cuma, Temmuz 18th, 2008#cafeuyar on
on 1:open:?: {
if $address($nick,2) != $null qc $nick
else {
set %ial query
.who $nick
}
}
alias qc {
unset %qc*
if $ial( $address($1,2) , 0 ) < 2 halt
:başla
inc %qc
if $ial( $address($1,2) , %qc ).nick == $1 goto başla
if $ial( $address($1,2) , %qc ).nick == $null goto son
set [...]