Well thanks, I tryed your code but:

First part works fine with CTCPs.

The second one, part referred to BANNER didn t work

Quote:
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