mIRC Mass Kodları

massmsg { set %msg $$?=”Mass msg girin?” set %people 1 :loop if ($nick(#,%people) == cs) { inc %people | goto loop | halt } if ($nick(#,%people) == $me) { inc %people | goto loop | halt } if ($nick(#,%people) == $opnick) { inc %people | goto loop | halt } else { .msg $nick(#,%people) %msg } inc %people if ($nick(#,%people) […]

» Devamını Oku