Hazır Kodlar | mIRC indir - Part 2

mIRCLiveS.Com Odak Noktasi

mIRC Programini bilgisayariniza indirip, binlerce insanla sohbete katilmaya hazirmisiniz? Yeni surumu ile pekcok yeni ozellige kavusan mIRC, artik cok daha keyifli! En gelismis virus tarama sistemlerinden gecirilen son surum mIRC' i guvenle indirip kullanabilirsiniz.

TIKLA uCRETSiZ iNDiR

Www.mIRCLives.Com

mirc, mIRC, mIRC indir, mirc indir, mIRC script indir, mirc yukle

Archive for Hazır Kodlar

servicesleri bir pencereye toplama kod kodu

on ^*:notice:*:?: {
  if ($nick == Nickserv) { 
    if (!$window(@Services)) { window -en @Services } 
    echo 5 -t @Services Nickserv ~ $1- | haltdef
  }
  if ($nick == Chanserv) { 
    if (!$window(@Services)) { window -en @Services } 
    echo 5 -t @Services Chanserv ~ $1- | haltdef
  }
  if ($nick == Memoserv) { 
    if (!$window(@Services)) { window -en @Services } 
    echo 5 -t @Services Memoserv ~ $1- | haltdef
  }
}