Contents
Support Managers
| Makaylah Wurgle English | online | 
| Rehnaeaislinn English | online | 
| shorty McKeenan English | online | 
| Aerielle Kiyori English | offline | 
| Alexander Pixels English | offline | 
| Amyalka English | offline | 
| Bustychocolate Ravenheart English | offline | 
| Glaznah Gassner English, Russian | offline | 
| Justina Mcminnar English | offline | 
| Sammyredfire English | offline | 
| Xartashah English | offline | 
| show offline managers | |
| English, Russian | 
say_chat (SBSL Command)
			Main > Bot Scripting Language > Say chat (SBSL Command)		
			
			| SBSL Commands | 
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
Bot says a message to local (public) chat.
Syntax
say_chat MESSAGECommand parameters
The following table explain the entries of the command:
| Entry | Description | 
|---|---|
| MESSAGE | the text of the message. Can contain variables. | 
Examples
1. Simple message delivery to local chat:
say_chat Hello there!
2. Forwarding group chat to local chat (see SBSL Event: group_im for more variables):
group_im { say_chat $speaker_name said in group chat: $message }