X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=c20ce97677ec0aa879e295143a5850dd84008419;hp=5125c6644ef60d598bb8a0fa6b9a30da3d305f5a;hb=61aac1868f15babb7086d8bc6bbcff530346f438;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/common/message.h b/src/common/message.h index 5125c664..c20ce976 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-2016 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)