Arexx Commands
ECHO
Usage: ECHO P=PREFIX/K,C=COL/K/N,TEXT/F/A
Sends text to the listview. With P=Text you can set the prefix which
will be put in the Prefix part of the echo. With C=Colour you can set
any of the colours set in the AmIRC configuration.The colours you can
use are :
- `C=0 : Normal Text'
- `C=1 : Highlighted Text'
- `C=2 : Private Messages'
- `C=3 : Server Messages'
- `C=4 : Mode Changes'
- `C=5 : CTCP/DCC Messages'
BUGS:
AmigaDOS Readargs() has a small bug.
If you do "ECHO P" or "ECHO P=Prefix P is a letter" or "ECHO C" or
"ECHO C=1 C is a letter"
AmIRC will not display anything. To cure this enter the template in
full like: "ECHO TEXT=P..."
Examples:
"ECHO P=Kewlja C=3 This is echo test"