Hi, I'm using one tcl and it works. I have probs with spammers so I wanted to ban for *#* string
so I added
bind pubm - "*#*" pub_dont_invite
but it bans for ANY text, guess bind - * proc and then string match would fix it but I wonder if it could be done in bind.
I also wonder if there is a way to make bot react only on people who use nicks without numbers and special chars.
2) This will match only nicks containing a-z and A-Z letters:
if {[regexp "^\[a-zA-Z\]{[string len $nick]}" $nick]} { nick has only upper and lowercase letters...}
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.