mIRC Home    About    Download    Register    News    Help

Print Thread
#269243 28/07/21 05:50 AM
Joined: Aug 2015
Posts: 70
Babel fish
OP Offline
Babel fish
Joined: Aug 2015
Posts: 70
When i try: .timer -o 1 600 <command>
I executes in a few minutes and not 10mins!


mIRC Scripts IRC Network: irc://irc.mircscripts.info/chat
_entropy #269245 28/07/21 05:13 PM
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks for your bug report. I have not been able to reproduce this issue here so far. Can you describe a step by step method that reproduces this for you?

_entropy #269247 28/07/21 05:39 PM
Joined: Jan 2012
Posts: 301
Pan-dimensional mouse
Offline
Pan-dimensional mouse
Joined: Jan 2012
Posts: 301
I have been testing this for several hours and have not been able to reproduce this bug.
For the purity of the experiment, I connected via a new direct connection and used a new client without scripts installed on it (no scripts).

Test command:
Code
//inc %ttest | var %tt 600 | /echo -st 00,04 test %ttest start:  04.timer -o 1 %tt | .timer -o 1 %tt /echo -st 00,03 test %ttest end:  03.timer -o 1 %tt

Test screenshot:
    [Linked Image from i.ibb.co]

As you can see from the screenshot, testing did not reveal any failures in the timer using the -o switch.


Possible reasons that can cause this timer behavior:

    1.You may have some scripts running that can automatically stop a running timer or reassign its running time. As long as the timer does not have its own name, it can be common to all scripts. It is recommended that each new timer assign its own individual name so that they are all different and could not affect each other. For example: "/timerTEST 1 600 /your command" - where the name for the timer would be "TEST".
    2.If you use services for remote connection to chat such as "BNC/ZNC", then, if they are not working correctly or configured incorrectly, they may display incorrect times in the responses in your message, which will differ from the start times of the timers and may lag behind or, conversely, go beyond the expected expiration of the started timer.




🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples
Epic #269248 28/07/21 09:47 PM
Joined: Aug 2015
Posts: 70
Babel fish
OP Offline
Babel fish
Joined: Aug 2015
Posts: 70
Yes! I found out it was a script running on my mIRC that auto unbanned everyone after 2mins!

Sorry for the false alarm folks!


mIRC Scripts IRC Network: irc://irc.mircscripts.info/chat

Link Copied to Clipboard