I used chanpro1.4.tcl which it detected the channel notice, IT WORK GREAT! I also created my own script that using "bind raw - notice", IT WORK GREATE too

Here is my problem, when I loaded two scripts, the bot doesn't detect channel notice (chanpro1.4.tcl) but it detect server notice (mysimplescript.tcl)
the chanpro1.4.tcl used this bind: bind notc - * ban_notice
my script used this bind: bind raw - notice failed:oper
Is "bind raw - notice" will take preceded on "bind notice - "? if so, how do I fix it?
thanks