core: Implement account-tag
[quassel.git] / src / common / irctags.h
index 0687a27..ed1f5a7 100644 (file)
  */
 namespace IrcTags
 {
+    /**
+     * Services account status with user messages
+     *
+     * https://ircv3.net/specs/extensions/account-tag-3.2
+     */
+    const IrcTagKey ACCOUNT = IrcTagKey{"", "account", false};
+
     /**
      * Server time for messages.
      *