menu Channel { Information .Echo ..Operating System:echo Operating System: $os ..Server:echo Server: $server ..Time:echo Time: $time ..Uptme ...Connection time:echo Connection time: $duration($uptime(server,3)) ...mIRC:echo mIRC Uptime: $duration($uptime(mirc,3)) ...System:echo System Uptime: $duration($uptime(system,3)) ...All { /echo Connection time: $duration($uptime(server,3)) /echo mIRC Uptime: $duration($uptime(mirc,3)) /echo System Uptime: $duration($uptime(system,3)) } .Channel ..Operating System:msg # Operating System: $os ..Server:msg # Server: $server ..Time:msg # Time: $time ..Uptme ...Connection time:msg # Connection time: $duration($uptime(server,3)) ...mIRC:msg # mIRC Uptime: $duration($uptime(mirc,3)) ...System:msg # System Uptime: $duration($uptime(system,3)) ...All { /msg # Connection time: $duration($uptime(server,3)) /msg # mIRC Uptime: $duration($uptime(mirc,3)) /msg # System Uptime: $duration($uptime(system,3)) } }