Added voice target (whisper) functionality.
[umurmur.git] / src / client.h
index ba2082f9b52b71ca91229133c824da441bc44b58..081c99e3a0020837617e0fbd128c2ba02c179da5 100644 (file)
@@ -83,6 +83,7 @@ typedef struct {
        /* Channel */
        void *channel; /*Ugly... */
        struct dlist chan_node;
+       struct dlist voicetargets;
 } client_t;