Contents

Support Managers

Aerielle Kiyori
English
offline
Anomelli Mellow
English
offline
show offline managers  
English, Hindi, Russian  

say_chat (SBSL Command)

Have a question? Ask at SmartBots DevPortal!

DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!

Continue to DevPortal


Bot says a message to local (public) chat.

Syntax

say_chat MESSAGE

Command 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
}

<< return back to SBSL commands