The echo command echos its arguments. It is designed to help clients synchronize their commands with the server when operating asynchronously. Note that if there are any spaces in your string, then you will need to include the string in quotes.
SN#123456
[##:##] echo hi mom
hi
[##:##] echo \Q*hi mom\U*
hi mom
See also : toggle , Communication