X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=a7fb49384a6a82c1375c1da5f4888aad5b6d9dcf;hp=5125c6644ef60d598bb8a0fa6b9a30da3d305f5a;hb=4259bc3c5b11164245535e011a69efa6937bb6a6;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/common/message.h b/src/common/message.h index 5125c664..a7fb4938 100644 --- a/src/common/message.h +++ b/src/common/message.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -61,6 +61,7 @@ public: Highlight = 0x02, Redirected = 0x04, ServerMsg = 0x08, + StatusMsg = 0x10, Backlog = 0x80 }; Q_DECLARE_FLAGS(Flags, Flag)