mIRC Home    About    Download    Register    News    Help

Print Thread
#258623 04/08/16 04:25 PM
Joined: May 2016
Posts: 50
T
Babel fish
OP Offline
Babel fish
T
Joined: May 2016
Posts: 50
Is there a way to store multiple timers in something like a variable?

The reason being that I wanna be able to stop a certain group of timers when the bot disconnects from said channel.

Last edited by TillableToast; 04/08/16 04:25 PM.

Life is potato.
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
Storing a timer doesn't make much sense, you *could* put the timer command in a variable but..
I think you may want to name your timer accordingly and then stop them with a wildcard:

/timerformybotannounce1 ...
/timerformybottop10 ...

and then /timerformybot* off to stop them all


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #258625 04/08/16 05:28 PM
Joined: May 2016
Posts: 50
T
Babel fish
OP Offline
Babel fish
T
Joined: May 2016
Posts: 50
Thank you


Life is potato.

Link Copied to Clipboard