Add support for plugin contexts and strip positional data from voice messages when...
[umurmur.git] / src / client.h
index b2e49236a703c47ad4b7ea5164c13f46cff83b78..1239e557842181dc6fed7b5c46d5d4baaf4a458a 100644 (file)
@@ -80,8 +80,8 @@ typedef struct {
        struct dlist node;
        struct dlist txMsgQueue;
        int txQueueCount;
-       /* Channel */
-       void *channel; /*Ugly... */
+       void *channel; /* Ugly... */
+       char *context;
        struct dlist chan_node;
        struct dlist voicetargets;
 } client_t;