X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=eb85ebf61f4e5d83f53364e48ef8d8b7c9d78c24;hp=c661320db46627c88a836f1dd74411ec15c89c8e;hb=258d157a228d2b2b46b01d3b33ab932b9979436a;hpb=07473582d22eddd934ee52127cad2baa11943d59 diff --git a/src/common/quassel.h b/src/common/quassel.h index c661320d..eb85ebf6 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -77,7 +77,7 @@ public: DccFileTransfer = 0x0100, AwayFormatTimestamp = 0x0200, /// Timestamp formatting in away (e.g. %%hh:mm%%) // Whether or not the core supports auth backends. - AuthBackends = 0x0400, + Authenticators = 0x0400, NumFeatures = 0x0400 };