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.

BanType for TCL

Old posts that have not been replied to for several years.
Locked
I
Illidan
Voice
Posts: 27
Joined: Sat Oct 26, 2002 1:49 am

BanType for TCL

Post by Illidan »

Hello,

The current type of ban I'm setting it to is as below
set banmask "*!*[string range $uhost [string first "@" $uhost] end]"

but how do I go about changing it to make it ban in this manner
*!*user@*.domain

The furthest I got is to make a ban in this way
set ban "*!$uhost"

Please help.

Thanks
I
Illidan
Voice
Posts: 27
Joined: Sat Oct 26, 2002 1:49 am

Post by Illidan »

Thread Close.

I have found out how to make the ban I wanted.
Locked