Added SILC Thread Queue API
[runtime.git] / apps / irssi / src / core / nick-rec.h
index c4cd8bfd56fa79f2f52a87c4b5c4804677b66ffe..aaedded98b568c6cee9993d5da50e0563c3c985f 100644 (file)
@@ -19,6 +19,9 @@ unsigned int send_massjoin:1; /* Waiting to be sent in massjoin signal */
 unsigned int op:1;
 unsigned int halfop:1;
 unsigned int voice:1;
+char other;
+
+/*GHashTable *module_data;*/
 
 void *unique_id; /* unique ID to use for comparing if one nick is in another channels,
                    or NULL = nicks are unique, just keep comparing them. */