Echo
Configuring the Echo, Action, and Message Module
This module provides commands for the bot to echo messages, send action messages, and send messages to specific targets.
Commands and Usage
Echo a Message
Echos a string back to the user.
- Usage:
,echo <message>
- Example:
,echo Hello, world!
Send an Action Message
Sends an action message (i.e., /me command).
- Usage:
,action <message>
- Example:
,action waves hello!
Send a Message to a Target
Sends a message to a specific target (requires permission).
- Usage:
,msg <target> <message>
- Example:
,msg #examplechannel This is a test message
Examples
- To echo a message back to the user:
,echo This is an echo test.
- To send an action message:
,action dances around
- To send a message to a specific channel:
,msg #examplechannel Hello everyone!
Notes
Replace <message> and <target> with the actual message and target you wish to use.
The msg command requires the user to have the say permission.