Hiya, we set up a channel with +i and was going to use the ercmini1.8.tcl for inviting ppl, but I noticed that it doesn't check if the one who asks for an invite is banned on the channel and when invite overrides bans that script could mess it up bad..
All I need is a small isban-check to the beginning of the script, but I haven't coded tcl for like 4 years so I was wondering if someone could tell me what I need to add.. I guess it's something like
If the proc defintion starts with nick, the the following should work
if {[isban [maskhost "${nick}!${host}"] #channel]} { return }
The #channel will need to be changed tot he channel in question, and the $nick and $host will need changing to there equivilants int he proc definition.