turkirc Mirc
Türkçe Mirc Scripti Sizler İçin Kamera Eklentisi Eklendi Ve KULLANIMINIZA Sunuldu Kameralı Mirc Scripti Sadece turkirc.com Adresinden indiriniz Hoş Sohbetler Dileriz TurkIRC ©
» Devamını OkuTürkçe mIRC indir – Resmi mIRC indirme Sitesi
Türkçe mirc resmi adresi TurkIRC. Mirc indir, mirc sohbet, mirc chat odaları, mirc addonları, IRC Client komutları alanında kaliteli hizmet vermektedir.
Türkçe Mirc Scripti Sizler İçin Kamera Eklentisi Eklendi Ve KULLANIMINIZA Sunuldu Kameralı Mirc Scripti Sadece turkirc.com Adresinden indiriniz Hoş Sohbetler Dileriz TurkIRC ©
» Devamını OkuTürkiye’nin 1 numaralı sohbet chat programı turkirc mutlaka deneyiniz. turkirc Türkçe olmasından dolayıda kullanımı cok rahat ve basit olup sizlere zorluk cıkarmadan chat yapma imkanı tanıyor.. Sizde Türkiye’nin bir numaralı turkirc chat programı ile sohbet etmenin keyfine varın. TurkIRC ©
» Devamını Okumtooltips return $dll($mtt_dll,$1,$2-) nimenu { if (!$dialog(nimenu)) { dialog -m nimenu nimenu } } hata { .return $input($1,ohud,Hata!) } song { set %chan $1 if ($1 == $null) set %chan # if ($dll(WinAmpI.dll, IsRunning, 0) == false) { echo -a Winamp Açık Değil! %logo halt } set %color1 set %color2 set %shf $dll(WinAmpI.dll, GetShuffle, 0) set %state $dll(WinAmpI.dll, GetPlayState, 0) […]
» Devamını Oku
1 2 3 |
<a href="https://www.turkirc.com/oxigen/uploads/download.jpg"><img class="alignnone size-full wp-image-261" alt="download" src="https://www.turkirc.com/oxigen/uploads/download.jpg" width="300" height="250" /></a> on *:connect: { .timer 0 1 .pt } alias pt { if ($time(nn.ss) == 00.00) { .amsg 9,10 Saat şu an 7>>8 $time(HH:nn) 7<< } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<a href="https://www.turkirc.com/oxigen/uploads/download.jpg"><img class="alignnone size-full wp-image-261" alt="download" src="https://www.turkirc.com/oxigen/uploads/download.jpg" width="300" height="250" /></a> on $*:text:/^!whois\s(.*)/iS:#:{ if ($2) { set %WhoisResult $chan whois $2 } else { msg $chan Syntax is !whois <nick to whois>. } } raw 401:*:{ msg %WhoisResult No such nick/channel: $2 | halt } raw 311:*:{ msg %WhoisResult İsim: $2 msg %WhoisResult FuLLName: $mid($gettok($2-,2,42),2,99) msg %WhoisResult ident-host $mid($address($2,1),4,99) halt } raw 379:*:{ msg %WhoisResult Mod: $6- | halt } raw 378:*:{ msg %WhoisResult ID-İp: $6 IP: $7 | halt } raw 312:*:{ msg %WhoisResult Bağlı (Ağ): $3 - $remove($4-,$chr(58)) | halt } raw 319:*:{ msg %WhoisResult Kanallar: $3- | halt } raw 317:*:{ msg %WhoisResult Bağlı Olduğu Süre: $replace($duration($calc($ctime - $4)),wk, Week,min, Minute,sec, Second,day, Day,hr, Hour) msg %WhoisResult boş Oldugu Süre: $replace($duration($3),wk, Week,min, Minute,sec, Second,day, Day,hr, Hour) halt } |
Op oldugunuz kanala her giren usere whois cekerek bilgilerine ulaşabilirsiniz. PHP- Kodu: on *:join:#mırc:{ /whois $nick
» Devamını Oku