Add client indication of silent channels
[umurmur.git] / src / channel.h
index 35caceb4946d1f6c4707e506fc8547cbc927055c..9979721e86d399a6bae459580c647551677ce9c7 100644 (file)
@@ -57,11 +57,11 @@ typedef struct {
        struct dlist node;
 } channellist_t;
 
-typedef enum {
-       CHJOIN_OK,
+typedef struct {
+  bool_t CHJOIN_SILENT,
        CHJOIN_NOENTER,
        CHJOIN_WRONGPW,
-       CHJOIN_NOTFOUND,
+       CHJOIN_NOTFOUND;
 } channelJoinResult_t;
        
 void Chan_init();