diff options
Diffstat (limited to '')
| -rw-r--r-- | irc/events.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irc/events.go b/irc/events.go index 194bc1c..32eb457 100644 --- a/irc/events.go +++ b/irc/events.go @@ -60,16 +60,16 @@ type ChannelMessageEvent struct { Time time.Time } -type QueryTypingEvent struct { - Nick string - State int - Time time.Time +type QueryTagEvent struct { + Nick string + Typing int + Time time.Time } -type ChannelTypingEvent struct { +type ChannelTagEvent struct { Nick string Channel string - State int + Typing int Time time.Time } |
