Im currently working on a tcl-script and have fond some weird "bugs" I haven't been able to figure out what is.
1:
I get the nick of the last erson whom joined with $nick in an JOIN bind.
I set a global variable to that nick, and then when I call the global variable in another proc and process it.. it seems like it won't kick people with special chars in their name.. I do no editing/checking other then comparing the whois on the user with a predefined pattern..
Any idea why this might be so?
Actually it seems like the only characters this apply to are \ .. atleast in my testing
2:
When using these two lines
it did thisset rsbanhost [maskhost [getchanhost $rsnick $rschan]]
newban $rsbanhost AutoBan $rsbanreason 5 none
it doesnt seem to catch the ~..[08:48:34] * Joins: Kakarotto (~Kakarotto@ti400720a080-2656.bb.online.no)
[08:48:38] * skansen sets mode: +b *!Kakarotto@*.bb.online.no
[08:48:40] * Kakarotto was kicked by defacto (banned)
[08:48:52] * Joins: Kakarotto (~Kakarotto@ti400720a080-2656.bb.online.no)
any quick n dirty solution to this one?