This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Test version of sentinel.tcl v4.09.1

Support & discussion of released scripts, and announcements of new releases.
a
arvent
Voice
Posts: 4
Joined: Tue Mar 13, 2012 9:35 am
Location: Bulgaria

ban mask

Post by arvent »

After a few playing around with trial and error I have came to this:
from the original:

Code: Select all

2 {return *!*[lindex [split [maskhost $uhost] "!"] 1]}
to:

Code: Select all

2 {return *![lindex [split [maskhost $uhost] "!"] 1]}
Perhaps it is not the most sophisticate solution, but it work for now till there is better one. Since I don't have any TCL code experience it is some kind of success.
Thanks again for the effort.
Best. Arvent.
Post Reply