Bot Uptime Script

By iYorkie on May 15, 2010

Simple Uptime Script. Just load into remotes and type !uptime in a channel. Note: Should only be used for a bot

on *:TEXT:!uptime:#: { msg $chan My System Uptime is: $uptime(system,1) $+ . I have been connected to $network for $uptime(server,1) and I am on $server $+ . }

Comments

Sign in to comment.
CrazyShady   -  Sep 23, 2011

Very nice script but for the uptime is it in seconds? Minutes? What? It doesn't say. Just gives a number.

 Respond  
Stewie1k94   -  May 17, 2011

i have mine like this

on *:TEXT:!uptime:#:{
  msg $chan Bot uptime: ( $+ $uptime(mirc,1) $+ ) Server uptime: ( $+ $uptime(system,1) $+ ) 
}
 Respond  
Stewie1k94   -  May 17, 2011

yeh thats better jethro_

 Respond  
Jethro   -  May 16, 2011

$uptime(server,1)returns the server uptime, not your uptime. I think you meant:

$uptime(mirc,1)
 Respond  
Stewie1k94   -  May 16, 2011

i like it

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.