Well, why don't you just use "bind notc" instead of binding raw to NOTICE. Directly binding to notice would be easier, if you are only considering binding for PRIVATE NOTICES, CHANNEL NOTICES and *NOT* SERVER NOTICES.
if {([string match *$intro* $arg]) && ([string match *$intro1* $arg])} {
Why do you use so many redundant parentheses? I've noticed you do that alot lately. ()'s are only needed when there's several parts of an expression that needs to be "grouped". The result of 'string match' is a single integer and to put parentheses around it make no sense.
Actually I don't know but I like to group them togehter. Like when you have a long line of multiple functions, putting them into one line with ()'s in between makes them easier to seperate from each other.
To me they look nice when grouped; well not nice but they are easier for me to read, nothing else.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================