summaryrefslogtreecommitdiff
path: root/irc/events.go
diff options
context:
space:
mode:
Diffstat (limited to 'irc/events.go')
-rw-r--r--irc/events.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/events.go b/irc/events.go
index 7e92371..b7bb430 100644
--- a/irc/events.go
+++ b/irc/events.go
@@ -104,6 +104,7 @@ type SearchEvent struct {
}
type BouncerNetworkEvent struct {
- ID string
- Name string
+ ID string
+ Name string
+ Delete bool
}