I have tried to understand this code, but i have a splitting headache and can't do it frown

Here is what i have:

Code:
ON *:TEXT:*!uptime*:*: {
 var %ApacheUptime = $duration($proguptime(Apache.exe,1))
 /msg $chan Apache Uptime: $+ %ApacheUptime
}


But all i get is this:
Quote:
[18:34:04] alien-: !uptime
[18:34:06] hawk: Apache Uptime:
[18:35:12] alien-: !uptime
[18:35:14] hawk: Apache Uptime:
[18:35:51] alien-: !uptime
[18:35:53] hawk: Apache Uptime:
[18:37:12] alien-: !uptime
[18:37:14] hawk: Apache Uptime:
[18:38:21] alien-: !uptime
[18:38:22] hawk: Apache Uptime:


Any ideas?