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.

Search found 18 matches

by pollar
Thu Jan 09, 2003 1:26 pm
Forum: Archive
Topic: kickban script problem
Replies: 14
Views: 2693

well..

Maybe, but this method works. I use it sometimes and it ALWAYS helps to deal with a problem.
by pollar
Thu Jan 09, 2003 1:19 pm
Forum: Archive
Topic: Web text to channel if file is different. Please help me ;)
Replies: 5
Views: 1360

My answer

I haven't tested it, but it should work (I think :wink: ) package require http # For storing old data: set tempData "" # Update time (in minutes): set updTime 1 # Set autodisplay channel(s) [separated by spaces]: set notChans "#lamest #laamah" # Killing existing timer (needed if ...
by pollar
Thu Jan 09, 2003 12:31 pm
Forum: Archive
Topic: kickban script problem
Replies: 14
Views: 2693

It's simple...

Add this proc to your script...: proc filt {data} { regsub -all -- \\\\ $data \\\\\\\\ data regsub -all -- \\\[ $data \\\\\[ data regsub -all -- \\\] $data \\\\\] data regsub -all -- \\\} $data \\\\\} data regsub -all -- \\\{ $data \\\\\{ data regsub -all -- \\\" $data \\\\\" data return $...