From: Shane Synan Date: Tue, 21 Jul 2020 00:06:32 +0000 (-0400) Subject: core: Use IrcTags::SERVER_TIME for server-time tag X-Git-Tag: 0.14-rc1~25 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=1dc525a6f105f8db449bf04b127147f24de3d421;hp=1dc525a6f105f8db449bf04b127147f24de3d421;p=quassel.git 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 ---