core: Use IrcTags::SERVER_TIME for server-time tag
authorShane Synan <digitalcircuit36939@gmail.com>
Tue, 21 Jul 2020 00:06:32 +0000 (20:06 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 28 Nov 2020 12:42:31 +0000 (13:42 +0100)
commit1dc525a6f105f8db449bf04b127147f24de3d421
treef89663cf5125c33218c179f2ddbc00052d8a0c9e
parente567422cdd0e3c805d4bb37b81d532cb762b983e
core: Use IrcTags::SERVER_TIME for server-time tag

Fixup IRCv3 "server-time" support to use the provided
IrcTags::SERVER_TIME tag, rather than creating a bespoke IrcTagKey
during parsing.  This shouldn't result in any functionality changes,
but it helps avoid typos with any future changes.

This cleans up changes in the past commit
e38846f054ad1766f2e91992a57bbaffd33c7c06
src/core/ircparser.cpp