|
darkspot Apprentice
Joined: 29 Jul 2002 Posts: 105
|
Posted: Wed Feb 01, 2006 2:52 pm
#Sub and Parsing |
Code: |
Pattern: ^(*) tells you '(*)'$
Value: #sub {%1 tells %window '%2'}
#cap tell
|
Now, this worked perfectly until I noticed one thing. When people try to send me something via tells, I lose most special characters, as it seems like #sub parses them out. Generally & @ and such. Is there any way to have sub substitute, without taking away parsing? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Wed Feb 01, 2006 10:10 pm |
look into the use of quotes and other special bracketing. If that fails, check out %expand().
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|