I have made a little it of code, nothing special just a little line:
on *:TEXT:!uptime:#: {
msg $chan My computer up time is $DURATION($CALC($TICKS / 1000)) $+ , on server: $server For $uptime(server, 1)
}
how would I make it so say a user said !uptime in a channel, it would tell them there Uptime, and not mine?