4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 04:09:24 +00:00

Add support for irc to irc notice (irc). Fixes #754 (#1305)

This commit is contained in:
Wim
2020-11-22 22:21:02 +01:00
committed by GitHub
parent 64b899ac89
commit b24e1bafa1
4 changed files with 27 additions and 4 deletions

View File

@ -26,6 +26,7 @@ const (
EventAPIConnected = "api_connected"
EventUserTyping = "user_typing"
EventGetChannelMembers = "get_channel_members"
EventNoticeIRC = "notice_irc"
)
type Message struct {