IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Hazır Kodlar (https://www.ircforumu.net/hazir-kodlar/)
-   -   mIRC Oto Komutlar (https://www.ircforumu.net/hazir-kodlar/5350-mirc-oto-komutlar.html)

immortaL 27 Mart 2017 12:30

mIRC Oto Komutlar
 
mIRC'iniz için ufak çaplı otomatik komut sistemi aşağıdadır, mIRC 'inize remote bölümüne ekleyin.

Kod:

n0=#otokomut on
n1=on *:input:*: {
n2=  if ($1 == !kick) { /kick # $2 4 $me İyi Yolculuklar Diler. }
n3=  if ($1 == !ban) { /ban -u600 $2 }
n4=  if ($1 == !kb) { /ban -u600 $2 | /kick # $2 4 $me İyi Yolculuklar Diler. }
n5=  if ($1 == !gel) { /msg # 2 $2 4Getiriliyor... | /sajoin $2 # }
n6=  if ($1 == !git) { /msg # 2 $2 4Gönderiliyor... | /sapart $2 # }
n7=  if ($1 == !cs) { /Chanserv $2 # $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 $32 $33 $34 $35 $36 $37 $38 $39 $40 $41 $42 $43 $44 $45 $46 $47 $48 $49 $50 $51 $52 $53 $54 $55 $56 $57 $58 $59 $60 }
n8=  if ($1 == !ms) { /Memoserv $2 $3 $4 $5 $6 $7 $8 $9 }
n9=  if ($1 == !os) { /Operserv $2 $3 $4 $5 $6 $7 $8 $9 }
n10=  if ($1 == !ns) { /Nickserv $2 $3 $4 $5 $6 $7 $8 $9 }
n11=  if ($1 == !info) { /ns info $2 all }
n12=  if ($1 == !infochan) { /cs info # all }
n13=  if ($1 == !founder) { /cs set # founder $2 }
n14=  if ($1 == !mlock) { /cs set # mlock $2 }
n15=  if ($1 == !privateon) { /cs set # private on }
n16=  if ($1 == !privateoff) { /cs set # private off }
n17=  if ($1 == !secureon) { /cs set # secure on }
n18=  if ($1 == !secureoff) { /cs set # secure off }
n19=  if ($1 == !enforceon) { /cs set # enforce on }
n20=  if ($1 == !enforceoff) { /cs set # enforce off }
n21=  if ($1 == !topic) { /cs topic # $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 $32 $33 $34 $35 $36 $37 $38 $39 $40 $41 $42 $43 $44 $45 $46 $47 $48 $49 $50 $51 $52 $53 $54 $55 $56 $57 $58 $59 $60 }
n22=  if ($1 == !successor) { /cs set # successor $2 }
n23=  if ($1 == !unban) { /cs unban #$2 }
n24=  if ($1 == !opekle) { /cs access # add $2 50 }
n25=  if ($1 == !opsil) { /cs access # del $2 } 
n26=  if ($1 == !sopekle) { /cs access # add $2 100 }
n27=  if ($1 == !oplist) { /cs access # list } 
n28=  if ($1 == !hopekle) { /cs access # add $2 40 }
n29=  if ($1 == !gir) { /join #$2 }
n30=  if ($1 == !voice) { /cs voice # $2 }
n31=  if ($1 == !devoice) { /cs devoice # $2 }
n32=  if ($1 == !op) { /cs op # $2 }
n33=  if ($1 == !deop) { /cs deop # $2 }
n34=  if ($1 == !ownerim) { /mode # +q $me }
n35=  if ($1 == !deownerim) { /mode # -q $me }
n36=  if ($1 == !owner) { /mode # +q $2 }
n37=  if ($1 == !deowner) { /mode # -q $2 }
n38=  if ($1 == !sop) { /Os raw :Chanserv mode # +o $2 | /Os raw :Chanserv mode # +a $2 }
n39=  if ($1 == !desop) { /Os raw :Chanserv mode # -o $2 | /Os raw :Chanserv mode # -a $2 }
n40=  if ($1 == !hop) { /cs halfop # $2 }
n41=  if ($1 == !dehop) { /cs dehalfop # $2 }
n42=  if ($1 == !awayon) { /away Uzaklardayım... }
n43=  if ($1 == !awayoff) { /away }
n44=  if ($1 == !kill) { /kill $2 4 $me İyi Yolculuklar Diler. }
n45=  if ($1 == !zline) { /zline $2 4 $me İyi Yolculuklar Diler. }
n46=  if ($1 == !shun) { /shun $2 4 $me Sana 3 Maymunu Oynatıyor. }
n47=  if ($1 == !bye) { /kill $2 4 $me İyi Yolculuklar Diler. }
n48=  if ($1 == !opum) { /mode # +o $me }
n49=  if ($1 == !deopum) { /mode # -o $me }
n50=  if ($1 == !voicem) { /mode # +v $me }
n51=  if ($1 == !devoicem) { /mode # -v $me }
n52=  if ($1 == !sopum) { /mode # +o $me | /mode # +a $me }
n53=  if ($1 == !desopum) { /mode # -a $me | /mode # -o $me }
n54=  if ($1 == !hopum) { /mode # +h $me }
n55=  if ($1 == !dehopum) { /mode # -h $me }
n56=  if ($1 == !nick) { /os raw svsnick $2 $3 1:0 }
n57=  if ($1 == !botnick) { /os raw $2 nick $3 }
n58=  if ($1 == !botgel) { /os raw $2 join # }
n59=  if ($1 == !botgit) { /os raw $2 part # }
n60=  if ($1 == !botde) { /os raw $2 privmsg # $3 $4 $5 $6 $7 $8 $9 }
n61=  if ($1 == !sessiz) { /mode # +m }
n62=  if ($1 == !mode) { /mode # $2 }
n63=  if ($1 == !sesli) { /mode # -m }
n64=  if ($1 == !sakin) { /mode # +m | /msg # !temizle | .timer34 1 60 /mode # -m }
n65=}
n66=#otokomut end
n67=
n68=menu menubar,channel {
n69=  Oto Komutlar
n70=  .Aç:.enable #otokomut | echo -a 4,1..::Oto Komutlar Açıldı::..
n71=  .Kapat:.disable #otokomut | echo -a 4,1..::Oto Komutlar Kapandı:..
n72=  -
n73=}



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 16:14.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.