Add function in bufferinfo.cpp to report if chat messages are accepted
[quassel.git] / src / common / bufferinfo.h
index c816a8b..2fc27c0 100644 (file)
@@ -59,6 +59,7 @@ public:
     void setGroupId(uint gid) { _groupId = gid; }
 
     QString bufferName() const;
+    bool acceptsRegularMessages() const;
 
     inline bool operator==(const BufferInfo &other) const { return _bufferId == other._bufferId; }