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.
Old posts that have not been replied to for several years.
-
FuE-
- Halfop
- Posts: 57
- Joined: Sat Nov 27, 2004 3:46 pm
Post
by FuE- »
hey =)
$Uptime
bot answer
My uptime is 1d 2h 22m etc
-
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]]"
}