This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Add custom server message autoresponder system to serverconfig#391
Merged
Add custom server message autoresponder system to serverconfig#391
Conversation
This allows for more flexibility with implementation of `autoresponder names` as configuration reference points.
…ement Also I finally get to use typing extentions with this so yay
Since the option `active_channels` only currently has support for one channel (or None), it makes more logical sense to name it as `active_channel` rather than `active_channels`.
…sponders, or view information on a specific autoresponder
This contains a bunch of logic for different configuration settings and stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💬🔁 Autoresponder System
This allows server managers and owners to configure isobot (using serverconfig commands) to respond in a channel to certain messages from other users, with a custom response!
You can set multiple autoresponders server-wide or limited to a specific channel, set whether the trigger is case-sensitive, as well as being choosing the trigger condition, either when a specific line of text is found in any message, or if the text matches the message content.
More features may be added soon to autoresponders (like response modes), so stay alert!
(autoresponders are configurable only by server members with the
Manage Messagespermission)