mIRC Home    About    Download    Register    News    Help

Print Thread
#233128 15/07/11 02:56 PM
Joined: Nov 2005
Posts: 26
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Nov 2005
Posts: 26
I can't seem to get this to work:

on *:TEXT:morning*:#channel: {
if ($nick == someonesnickname) {
timer 1 10 msg #channel hi someonesnickname
}
}


dutch1918 #233131 15/07/11 03:54 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I don't see anything wrong with that. Be aware that you cannot trigger it yourself and that you cannot have an on text above it in the same script that will match the same text. For example, if there's an on text above this that just has * as the matchtext, then this will never trigger because only the first matching event will trigger in a single script file. Put this in a separate file and that won't be a problem.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard