mIRC Home    About    Download    Register    News    Help

Print Thread
#259076 01/10/16 05:26 PM
Joined: Mar 2016
Posts: 21
P
pykolas Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2016
Posts: 21
Quote:

on *:text:!bigbrother:#:{
if $nick = pykolas {
msg $chan YAIYAI to hito hito hito no me ga KIMI wo ou
.timermsg 1 5 msg $chan YAIYAI to hito hito hito no me ga KIMI wo miru
.timermsg 1 5 msg $chan YAIYAI to hito hito hito no me ga KIMI wo ou
.timermsg 1 5 msg $chan YAIYAI to hito hito hito no me ga KIMI wo miru
.timermsg 1 5 msg $chan YAIYAI to hito hito hito no me ga KIMI wo ou
}
}


Does anyone knows why this doesn't work? This is what I get: http://puu.sh/rudQ7.png

pykolas #259077 01/10/16 05:31 PM
Joined: May 2015
Posts: 133
K
Vogon poet
Offline
Vogon poet
K
Joined: May 2015
Posts: 133
Because you are overwritting your timer with the last line.

Correct format is:
Code:
/timer[N/name] [-cdeomhipr] [time] <repetitions> <interval> <command>


You have to call your timers something different, or leave them empty and mIRC will automatically assign the lowest unused N to it.


twitter @keyeslol
keyeslol #259078 01/10/16 05:32 PM
Joined: Mar 2016
Posts: 21
P
pykolas Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Mar 2016
Posts: 21
now I feel stupid laugh Thanks for help.


Link Copied to Clipboard