mIRC Home    About    Download    Register    News    Help

Print Thread
#4519 02/01/03 09:15 AM
Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
Hi all,

Anyone willing to tell me how do u make a quit msg with IRC TOTAL CONNECT TIME include?

Yeah.i want to include a TOTAL CONNECT TIME in my quit msg~

smirk

#4520 02/01/03 09:29 AM
Joined: Dec 2002
Posts: 94
K
Babel fish
Offline
Babel fish
K
Joined: Dec 2002
Posts: 94
$uptime(mirc,1)
will give you the connected time
so just
//quit Connected to IRC for: $uptime(mirc,1)
will work


Lets get dirty
#4521 02/01/03 09:33 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
I think $uptime($server,1) is what you want (connection time to the server) .. $uptime(mirc,1) returns the amount of time you have had mIRC open (connected or not).

In any case, create yourself an alias and put that alias name in your Alt-O -> IRC -> Messages -> Quit message: $quitMessage

alias quitMessage return Connected to server: $uptime(server,1) $+ , mIRC Open: $uptime(mirc,1) $+ , Time since reboot: $uptime(system,1)


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#4522 02/01/03 09:50 AM
Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
Thanks Guys ~!!!


#4523 02/01/03 10:04 AM
Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
Okay, now i need this but i am too newbie in IRC and need to seek help from the experts out here~

is there a way to display my quit msg including my accumlate total connect time in IRC.. hehe.. sorry my english no good. hope u understand what i need~

now my total mirc online timer is 53 hrs total ~ it will not reset the time.

grin


Link Copied to Clipboard