diff options
Diffstat (limited to 'irc/events.go')
-rw-r--r-- | irc/events.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/events.go b/irc/events.go index c90f518..70a6c1d 100644 --- a/irc/events.go +++ b/irc/events.go @@ -76,6 +76,10 @@ type HistoryEvent struct { Messages []Event } +type HistoryTargetsEvent struct { + Targets map[string]time.Time +} + type BouncerNetworkEvent struct { ID string Name string |