Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The following extensions were made #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

code-gal
Copy link

@code-gal code-gal commented Aug 5, 2024

Added New Rules

  • not_rooms - Exclude certain rooms (internal room IDs).
  • users - List of users to whom the rule applies. If empty, the rule will apply to all users.
  • not_users - Exclude certain users.
  • only_text - Should only respond to text messages (including notification type events)? Defaults to false.
  • not_thread - Should not respond to messages within threads? Defaults to false.
  • is_reedit - Should respond to edit events? Defaults to false.

Modified Code Logic:

  • Added response to MessageType.NOTICE type events.
  • Changed the default configuration.
  • Removed the hard restriction of not responding to the current bot, now set by configuration rules.
  • Allowed skipping of failed rules.

Documentation

  • Added Chinese ReadMe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant