Author Topic: uptime script  (Read 112 times)

Hamo

  • Trial Moderator
  • Newbie
  • ***
  • Posts: 16
  • Reputation +0/-1
  • Me
  • Location: Egypt
    • View Profile
uptime script
« on: February 09, 2011, 08:58:42 pm »
heres uptime script its small but helpful :)
Code: [Select]
on *:text:!uptime:*: {
      /msg $chan 5I have been Connected to 12 $+ $server for 11,1[ 4,1***15,1 $uptime(server, 1) 4,1*** 11,1]
      /msg $chan 12My system have been online 5using mIRC v $+ $version for 11,1[ 4,1***15,1 $uptime(mirc, 1) 4,1*** 11,1]
}

Share on Bluesky Share on Facebook


Jane

  • Management
  • Full
  • *******
  • Posts: 130
  • Reputation +1/-0
  • mIRC Scripters
    • View Profile
Re: uptime script
« Reply #1 on: February 09, 2011, 09:52:32 pm »
Thanks,  ;D