Hey...
In my channel, I use a autovoice script I made, just a simple one, like everyone can make it...
Now, there's a problem - typical "drones", or "flood clones", or whatever. Those with idents similar to: 's691', 'k392', ...etc.
Short said, one letter - following by three digits. How do I check for those in the idents when the clients join, and determinate that they should not be voiced?
Its mostly the stuff about how to check if the first one is a letter, and the three following is digits.
I hope anyone can help how to do the checks.
regexp {[A-Z][0-9]} matches just if it's abcd, ..etc.