4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-11 07:16:27 +00:00

Fix ShowJoinPart from irc bridge. Closes #72

This commit is contained in:
Wim
2016-11-14 22:53:06 +01:00
parent 1f36904588
commit 449ed31e25
5 changed files with 120 additions and 52 deletions

View File

@ -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 {