| View previous topic :: View next topic |
| Author |
Message |
ArabFox Voice
Joined: 12 Feb 2008 Posts: 5
|
Posted: Sun May 04, 2008 11:36 pm Post subject: i want help |
|
|
| how to use $strip on eggdrop??? |
|
| Back to top |
|
 |
TCL_no_TK Owner

Joined: 25 Aug 2006 Posts: 509 Location: England, Yorkshire
|
Posted: Mon May 05, 2008 12:24 am Post subject: |
|
|
doc/ folder files tcl-commands.doc file, Please remenber to check it. | Quote: | stripcodes <strip-flags> <string>
Description: strips specified control characters from the string given. strip-flags can be any combination of the following:
b remove all boldface codes
c remove all color codes
r remove all reverse video codes
u remove all underline codes
a remove all ANSI codes
g remove all ctrl-g (bell) codes
Returns: the stripped string
Module: core
| Example: set striped_text [stripcodes "bcruag" "$text"] _________________ TCL the misunderstood |
|
| Back to top |
|
 |
ArabFox Voice
Joined: 12 Feb 2008 Posts: 5
|
Posted: Mon May 05, 2008 5:46 am Post subject: |
|
|
| thhhhhhx bro |
|
| Back to top |
|
 |
|