Hello Wims,

Thank you for helping me out, I really appriciate it!

I understand what you're saying but I don't seem to get it to work. I am deffinetly doing something wrong.
Can you post a small example of how you would ban the word "test" with
Code:
on $*:text:*test*:#channel:{
  msg $chan .ban $nick
}
and the code you explained to ban "tést" aswell without making a new
Code:
on $*:text:*tést*:#channel:{
  msg $chan .ban $nick
}
?

I'd be thankful forever. I am super noob at this.

Again thank you very very much ^^

Last edited by Ryntovy; 21/01/18 01:22 AM.