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 | 
send_group_notice (SBSL Command)
			Main > Bot Scripting Language > Send group notice (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!
Does the actual delivery of a previously prepared notice.
Syntax
send_group_notice GROUP-UUID MESSAGE
Command parameters
The following table explain the entries of the command:
| Entry | Description | 
|---|---|
| GROUP-UUID | the group UUID | 
| MESSAGE | the notice text. | 
Comments
This command sends a group notice previous prepared by prepare_group_notice command.
The notice delivery fails if subject contains international characters (notice text may contain them though).
Examples
Relays the owner's message as the group notice:
instant_message { if $speaker_name == Glaznah Gassner prepare_group_notice 0b65a122-8f77-64fe-5b2a-225d4c490d9c Relaying a message send_group_notice $message endif }