I need a tcl that kicks users for having the same nick/ident. There usually flooders. Can someone direct me, not sure was to what this would even be called.
set user [lindex [split uhost "@"] 0]
if {[string match -exact $nick $user]} {it matches... do what you want}
}
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.