Hi again Moro.
Originally Posted By: Moro

It will be better if first kick/ban and notice for 60 seconds and in the second ctcp to the channel kick/ban permanent.

This CODE is OK, Copy & paste in your Remote.
Code:
CTCP CTCPs:*:#myroom:{
   ban -k $chan $nick 2 CTCP are not allowed! I told you so.
  .ruser CTCPs $nick
}
CTCP 1:*SOUND*:#myroom:{
   if $nick isreg # {
   .notice $nick CTCP SOUND are not allowed. Please, you don´t try to send again.
   .auser CTCPs $nick
   ban -ku60 $chan $nick 2 CTCP SOUND are not allowed. Please, you don´t try to send again.
  }
}


Originally Posted By: Moro

But I still having a problem. This command only kick people who ctcp their mp3 but do nothing about people that just send a banner to the room.
Can I add some command to kick and after ban that announce?

When one user send a banner, it´s not a CTCP, It´s a /me "banner" or /say "banner" command. You can try with Code, for example:

Code:
 ON BANNERs:ACTION:*MP3*:#myroom:{
    ban -k $chan $nick 2 BANNER are not allowed! I told you so.
   .ruser BANNERs $nick
}
 ON 1:ACTION:*MP3*:#myroom:{
   if $nick isreg # {
   .notice $nick BANNER are not allowed. Please, you don´t try to send again.
   .auser BANNERs $nick
   ban -ku60 $chan $nick 2 BANNER are not allowed. Please, you don´t try to send again.
  }
}


Regards smile


·´¯`·.¸¸“Jã¢k øf ãll ‡rãÐ꧅„…Mã§têR øf Nønꔸ¸.·´¯`·