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_channel (SBSL Command)
			Main > Bot Scripting Language > Say chat channel (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!
Says message to specific chat channel.
Syntax
say_chat_channel CHANNEL MESSAGECommand parameters
The following table explain the entries of the command:
| Entry | Description | 
|---|---|
| CHANNEL | the channel to say message. | 
| MESSAGE | the text of the message. Can contain variables. | 
Examples
1. Delivers message to chat channel 1000 after receiving group invitation:
group_offer { say_chat_channel 1000 $avatar_name has invited me to the group!!! }