It my first time writing a TCL script.
I wanna ask, is the MASK inside the bind accept the same thing Normal IRC does?
Will this work?
Code: Select all
bind PUBM - /(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/g CallMain
The above "/(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/g" is actually meant to react if someone spammed a ip address like 21.203.203.11
Well, I did that for my IRC script, but I trying to convert the coding to TCL ones.