mIRC Homepage
okay, so I have a channel specific script that sends a notice to whoever joins the channel and the bot even sends the notice to itself, is there a way to stop that?
Search for the on *:join: event in the script, then use ; to stop the text from showing.

;notice $nick

Or remove the line. notice $nick
If you want to prevent the bot from noticing itself, then you can prefix the event with a !

on !*:JOIN:#chan:
Just look for this

Code:
on !*:JOIN:#chan:


change the on to off..
© mIRC Discussion Forums