Skip to content

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