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.

Help with a script

Old posts that have not been replied to for several years.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

ok, I new it was a missin bracket, but i didn't notice it lol, thanx for your good observation :)

but are u sure that the "* *~*@*" will check for only users with "~" in there idents ??
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Sir_Fz wrote:but are u sure that the "* *~*@*" will check for only users with "~" in there idents ??
I'm sure it won't. Read the part about match chars in binds at the bottom of tcl-commands.doc
(escape with two backslashes)
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

~ matches 1 or more space characters (can be used for whitespace between words)
ok so it should be "* *\~\*@*" or what ??
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

\\~
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

thanx "* *\\~*@*" worked :)
Locked