Skip to content

Version 1.1.1 (Bugfix)

Latest

Choose a tag to compare

@sofagris sofagris released this 15 May 18:18

Message Format

The integration now provides two ways to access message information:

  1. Legacy format (maintained for compatibility):
event_data:
  message: "The message content"
  sender: "Nick!user@host"
  channel: "#channel"
  type: "public"
  1. New structured format:
event_data:
  message: "The message content"
  sender: "Nick!user@host"  # Maintained for compatibility
  nick: "Nick"
  host: "user@host"
  channel: "#channel"
  type: "public"
  timestamp: "HH:MM:SS"

Full Changelog: v1.1.0...v1.1.1