$notags
From Scriptwiki
Strips agent tags from text
$notags(text)
Example
echo -atg $notags(testing \emp\REAL script)
- Echos: "testing REAL script"
Strips agent tags from text
$notags(text)
echo -atg $notags(testing \emp\REAL script)