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)
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


No differences found