| Commands for Success |
| add | [<channel>] <text> |
Adds <text> to the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| change | [<channel>] <id> <regexp> |
Changes the $type with id <id> according to the regular expression <regexp>. <channel> is only necessary if the message isn't sent in the channel itself. |
| get | [<channel>] <id> |
Gets the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| remove | [<channel>] <id> |
Removes the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| search | [<channel>] [--{regexp,by} <value>] [<glob>] |
Searches for $types matching the criteria given. |
| stats | [<channel>] |
Returns the number of $types in the database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| success | <command> [<args> ...] |
Command dispatcher for the Success plugin. Use 'list Success' to see the commands provided by this plugin. Use 'config list plugins.Success' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |