diff options
Diffstat (limited to 'irc/events.go')
-rw-r--r-- | irc/events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/events.go b/irc/events.go index 0451a80..eeac8fb 100644 --- a/irc/events.go +++ b/irc/events.go @@ -24,6 +24,7 @@ type UserNickEvent struct { type SelfJoinEvent struct { Channel string Requested bool // whether we recently requested to join that channel + Topic string } type UserJoinEvent struct { |