; mIRC Start Counter ; by ch1zra ; ch1zra@gmail.com ; http://ch1zra.com/mirc/ ; #Scripters @ irc.krstarica.com ; Copyright © 2005 Up The Irons ! inc. Scripting team on *:start: { if (%count.runc == $null) { set %count.runc 1 } set %count [c0uNte®] echo %count 3Greetings4  $+ $mnick echo %count 3Started in total of :4 %count.runc 3times echo %count 3Last time closed :4 %count.kill echo %count 3Now is4 $time(dd mmmm yyyy 3( dddd 3)4 - HH:mm:ss TT) inc %count.runc } on *:exit: { set %count.kill $time(dd mmmm yyyy 3( dddd 3)4 - HH:mm:ss TT) }