-
Notifications
You must be signed in to change notification settings - Fork 19
Dynamic Commands
Dynamic commands are those created dynamically by bot administrators. They can be created, also modified or deleted, using commands or using the bot's control panel.
Dynamic commands are limited, they consist only on responding with a plain text. They can be used for making announcements without copy/paste or for frequently asked questions.
Dynamic commands require the permission info
for responding in a chat room. If you don not have it, the bot will respond via private message. All dynamic commands can be used with wall
.
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Select an ID (the command name) and a text in the textarea
- Press
Add Text Command
- Go to
-
B: Using commands
- Use
.temp <text>
to save the command content - Use
.setcmd <command>
to create the command
- Use
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Look for the command and press
Delete Command
- Go to
-
B: Using commands
- Use
.rmcmd <command>
to remove a dynamic command
- Use
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Look for the command and edit the content in the corresponding textarea
- Press
Edit Command
- Go to
-
B: Using commands
- Use
.temp <text>
to save the command content - Use
.setcmd <command>
to modify the command
- Use
Index commands are sets of dynamic commands. Example: suspect
with suspect OU,
suspect LC`, etc.
How to create an index command:
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Select an ID (the command name)
- Press
Add Index Command
- Go to
-
B: Using commands
- Use
.setindexcmd <command>
to create an index command
- Use
They can be deleted the same way as normal dynamic commands.
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Look for the command and use the options
Add Subcommand
orEdit Subcommand
- Go to
-
B: Using commands
- Use
.temp <text>
to save the sub-command content - Use
.setsubcmd <command>, <sub-command>
to create/modify it
- Use
-
A: Using the bot's control panel
- Go to
Dynamic Commands
menu option - Look for the command and use the option
Delete Subcommand
- Go to
-
B: Using commands
- Use
.rmsubcmd <command>, <sub-command>
to delete it
- Use
You can create custom aliases for your commands.
Using the bot's control panel you can go to Command Parser
and Aliases
where you can manage your command aliases.
Using commands, you can use setalias <alias>, <command>
to create an aliase and rmalias <alias>
to remove it
Showdown ChatBot is distributed under the terms of the MIT License