hey =)
$Uptime
bot answer
My uptime is 1d 2h 22m etc
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]]"
}