zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

AWAY and BACK events are logged under the user #82

Closed zorael closed 4 years ago

zorael commented 4 years ago

Causes other events like QUIT and NICK to also be included, as it opens up a log entry for that user.

-- [2019-10-03]
[03:30:11] [away] asdf: "Auto-away"
[03:38:17] [back] asdf
[03:52:23] [away] asdf: "Auto-away"
[04:10:58] [back] asdf
[04:11:22] [nick] asdf (fdsa)

-- [2019-10-04]
[07:53:56] [away] asdf: "Auto-away"
[07:54:36] [back] asdf
[08:05:21] [away] asdf: "Auto-away"
[10:08:10] [quit] asdf: "Connection closed for inactivity"
zorael commented 4 years ago

Fixed in 9f4037dd6d431821aec33573b08c5e8bd993a694.