This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Uptime

Old posts that have not been replied to for several years.
Locked
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Uptime

Post by FuE- »

hey =)

$Uptime

bot answer

My uptime is 1d 2h 22m etc
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Code: Select all

bind pub - \$uptime up
proc up {n u h c a} {
 putserv "PRIVMSG $c :My uptime is [duration [expr [clock seconds]-$::uptime]]"
}
Locked