ok i read a lot about the basics of scripts. my next goal is to try to make my bot say something when it reaches a certain time.
here's the code i attempted:
If ($time == 23:06:50) { /msg $chan time for mass }
am i wrong to use a if? cus i cant get it to work. show me a code that does what im trying to do
edit: another question. ok im using thise code:
ON *:INVITE:#:{ /join $chan }
1st question is: how would i convert that to an if script?
2nd question is: how would i make it so this ONLY works when other ppl invite me. i wanna make it so it DOESNT join on self-invite to private channels