first working...

on *1:text:!rules:#my channel name here:{
if ($nick isop $chan) {
msg $chan 4ROOM RULES ARE:NO REQUESTING NO DIRECTING NO LOCKED CAMS NO PMS!
}
}

last not working..

on *1:text:!spell:#my channel name here:{
if ($nick isop $chan) {
msg $chan 2ALL SPELLING ERRORS MADE BY THE LADIES WILL REQUIRE THEM TO FLASH THE ROOM FOR 15SECONDS!.THANK YOU,THIS HAS BEEN A PUBLIC SERVICE ANNOUNCEMNT!

}
}

the first one works but the second one does not for some reason.