Here is how you can make this magic happen

I used the mc.mcCntlSetValue(inst, mc.VAL_IGNORE_LIMIT_MSG,0, 0) . You can use 0 to turn off the messages or 1 to turn them on mc.mcCntlSetValue(inst, mc.VAL_IGNORE_LIMIT_MSG,0, 1). Also I added it to the mc.mcCntlGetValue(inst, mc.VAL_IGNORE_LIMIT_MSG,0) so you can get the state of it.
This is in version 4690 ..