Well does mIRC go through all raw events to match the 352? Or does it know there is an event that is just raw 352? Would it pick this first or would it go through a raw *:*:{ in another file first?

If I have a list of seperate raw events would it go through each raw event and check to see if the $numeric matches? Or would it just go to the raw 352 one? If, on raw 352 it ignored all other raw events and only went to the one that says raw 352:*:{ then I could see how it would be not only faster, but better.

But if on every raw event, mIRC goes through each raw event you have written and checks to see if the numeric matches, then I dont see how it would make a difference if it scans all seperate events in a file, or all if's and elseif's in event. (raw *:*:)

So I'm actually asking what it does.