mIRC Home    About    Download    Register    News    Help

Print Thread
#178315 08/06/07 12:15 PM
J
johay
johay
J
I have made a little it of code, nothing special just a little line:

Code:
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?

#178316 08/06/07 12:17 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
You can't tell them their system uptime. However you can tell them their server uptime.


Link Copied to Clipboard