diff options
Diffstat (limited to 'irc/events.go')
-rw-r--r-- | irc/events.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/events.go b/irc/events.go index 4898c26..c90f518 100644 --- a/irc/events.go +++ b/irc/events.go @@ -75,3 +75,8 @@ type HistoryEvent struct { Target string Messages []Event } + +type BouncerNetworkEvent struct { + ID string + Name string +} |