mIRC Home    About    Download    Register    News    Help

Print Thread
#234214 12/10/11 12:32 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Someone that know the command to reset the online timer with a /command? have been searching the net for commands regarding the online timer, but no luck so far. you can reset idle time (/resetidle), have been testing some commands, but no luck so far.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jul 2006
Posts: 4,150
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150
There is no command for that afaik but you could suggest it.
In the meantime you can use sendkey to simulate alt + i alt + r and enter, which opens the online timer dialog, press the reset button and press the enter button:
Code:
alias resetotimer .comopen a WScript.Shell | .comclose a $com(a,SendKeys,3,bstr,% $+ i%r~)



#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard