Thread: Replacing Words
View Single Post
  #5  
Old 03-02-2003, 04:05 AM
Knuckles Knuckles is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 580
Knuckles is on a distinguished road
Send a message via AIM to Knuckles
Well, using #e would find theCURSEwithin other words. No? So, using tokens would be easier..

Hmm...
In a for loop, where its checking for the text inside the tokense;
Use a string, like client.chat and output the token to it.

If it DOESNT FIND the text, then add the token onto the string.
Else IF it FINDS the text that your looking for inside the token, then instead of adding the token into the string, add '*'s, or somthing.

When the forloops over, output the string as #c. If it made any sense to you at all XD.
__________________
Knuckles
"They say 60% of the time, it works everytime!"
Reply With Quote