fix: date time and improve erorrs (#22)

This commit is contained in:
Ludvig Lundgren 2021-08-30 22:11:59 +02:00 committed by GitHub
parent c372ca4ddf
commit d4aa2027c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 84 additions and 73 deletions

View file

@ -114,7 +114,7 @@ func (s *Handler) Run() error {
s.handleJoined(m)
case "JOIN":
log.Debug().Msgf("%v: JOIN %v", s.network.Server, m.Trailing())
log.Debug().Msgf("%v: JOIN %v", s.network.Server, m)
case "433":
// TODO: handle nick in use