Indicate whether a key is set for the buffer.
[quassel.git] / src / core / coreircchannel.cpp
index 99d1881..7ec82b9 100644 (file)
@@ -52,6 +52,8 @@ Cipher *CoreIrcChannel::cipher() const
 
 void CoreIrcChannel::setEncrypted(bool e)
 {
+    IrcChannel::setEncrypted(e);
+
     if (!Cipher::neededFeaturesAvailable())
         return;