mIRC Home    About    Download    Register    News    Help

Print Thread
#178315 08/06/07 12:15 PM
Joined: May 2007
Posts: 12
J
johay Offline OP
Pikka bird
OP Offline
Pikka bird
J
Joined: May 2007
Posts: 12
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?

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


Link Copied to Clipboard