mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-11 04:56:27 +00:00
Fix ShowJoinPart from irc bridge. Closes #72
This commit is contained in:
@ -8,12 +8,17 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
const (
|
||||
EVENT_JOIN_LEAVE = "join_leave"
|
||||
)
|
||||
|
||||
type Message struct {
|
||||
Text string
|
||||
Channel string
|
||||
Username string
|
||||
Avatar string
|
||||
Account string
|
||||
Event string
|
||||
}
|
||||
|
||||
type Protocol struct {
|
||||
|
Reference in New Issue
Block a user