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.
Support & discussion of released scripts, and announcements of new releases.
arvent
Voice
Posts: 4 Joined: Tue Mar 13, 2012 9:35 am
Location: Bulgaria
Post
by arvent » Sat Mar 31, 2012 5:25 am
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.