Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

mIRC Start Counter

Recommended Posts

  • Administrators
Quote

; mIRC Start Counter
;  

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)
}

It tracks how many times you started mIRC and when it was closed last time.

Usage : auto

Link to comment
Share on other sites



×
×
  • Create New...