Channle Timers
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 10.0 (of 1 scores) |
| Date Added | Jun 24, 2009 |
| Last Updated | Jun 24, 2009 |
| Tags | channle custom multiple timer timers user |
Introduction
Commands
!timer end <nick> - To cancel a nicks timer, Channel staff only
!timer off - Cancel your own timer
!timer on - Make a timer
!timer - Check the status of the timer
Just post it straight into your/bots remotes :)
mIRC Snippet:
Channle Timers
Posted on Jun 24, 2009 6:10 pm
Posted on Jun 24, 2009 6:10 pm
"Channle Timers" Did you mean "Channel Timers"
mIRC Snippet:
Channle Timers
Posted on Aug 16, 2009 9:55 am
Posted on Aug 16, 2009 9:55 am
When trying the code I'm getting spammed by these errors, even after !timer off
even continues after restarting mIRC
could it be variables of your script conflicting with some NNscript variables? seeing my lag bar doesnt work either anymore.
| Code: |
[16:45:36 | 16-08-09]@LayerS: !timer on Visit us [16:45:45 | 16-08-09] (°) error: unknown command [ #:{ ] [16:47:10 | 16-08-09] (°) error: unknown command [ *:#: ] [16:47:21 | 16-08-09] (°) error: unknown command [ #:{ ] [16:47:26 | 16-08-09] (°) error: unknown command [ #:{ ] [16:48:01 | 16-08-09] -LayerS- LAGCHK 8881.902 [16:48:16 | 16-08-09] -LayerS- LAGCHK 8897.112 [16:48:32 | 16-08-09] -LayerS- LAGCHK 8912.322 [16:48:47 | 16-08-09] -LayerS- LAGCHK 8927.533 [16:49:02 | 16-08-09] -LayerS- LAGCHK 8942.743 [16:49:17 | 16-08-09] -LayerS- LAGCHK 8957.953 |
even continues after restarting mIRC
could it be variables of your script conflicting with some NNscript variables? seeing my lag bar doesnt work either anymore.
mIRC Snippet:
Channle Timers
Posted on Aug 16, 2009 1:15 pm
Posted on Aug 16, 2009 1:15 pm
I'm sure you could change a lot of the If's from:
to
| Code: |
| if ($timer $+ $3 $+ _ $+ $chan) { |
to
| Code: |
| if ($+($Timer,$3,_,$chan)) { |
mIRC Snippet:
Channle Timers
Posted on Aug 16, 2009 2:36 pm
Posted on Aug 16, 2009 2:36 pm
@Testor, what difference does it make compared to the original?
mIRC Snippet:
Channle Timers
Posted on Aug 16, 2009 8:25 pm
Posted on Aug 16, 2009 8:25 pm
Idk, looks a bit nicer imo :\





