common: Allow skipping negotiation of IRCv3 caps
[quassel.git] / src / common / quassel.h
index bbacce7..7d082ec 100644 (file)
@@ -143,6 +143,7 @@ public:
         LongMessageId,        ///< 64-bit IDs for messages
         SyncedCoreInfo,       ///< CoreInfo dynamically updated using signals
         LoadBacklogForwards,  ///< Allow loading backlog in ascending order, old to new
+        SkipIrcCaps,          ///< Control what IRCv3 capabilities are skipped during negotiation
     };
     Q_ENUMS(Feature)