yes there is:

on *:text:!listbadword:#:{
if ($nick isop $chan) {
var %t.bword = $ini(sysbadword.ini,$chan,0)
while %t.bword > 0 {
if %n.bword == $null { var %n.word = $ini(sysbadword.ini,$chan,%t.bnick) }
else { set %n.bword %n.bword $ini(sysbadword.ini,$chan,%t.bnick) }
dec %t.bword
}
while %t.bword == 0 {
notice $nick %n.bword
dec %t.bword
}
}
}

in the last lines:

notice $nick %n.bword


But it doesn't work man!!!

the bot says: * /notice: insufficient parameters (line 22, script2.mrc)