|
# File rbot/ircbot.rb, line 697
def status
secs_up = Time.new - @startup_time
uptime = Utils.secs_to_string secs_up
return "Uptime #{uptime}, #{@plugins.length} plugins active, #{@registry.length} items stored in registry, #{@socket.lines_sent} lines sent, #{@socket.lines_received} received."
end
|