Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / core / channel-rec.h
index 2ff6a536d24d6f3eb883562cad2a4417fdd6ccf7..7b806ca440d3cea86bad0c31d572b4a208fc0c79 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "window-item-rec.h"
 
+char *name;
 char *topic;
 char *topic_by;
 time_t topic_time;
@@ -22,6 +23,7 @@ unsigned int synced:1; /* Channel synced - all queries done */
 unsigned int joined:1; /* Have we even received JOIN event for this channel? */
 unsigned int left:1; /* You just left the channel */
 unsigned int kicked:1; /* You just got kicked */
+unsigned int session_rejoin:1; /* This channel was joined with /UPGRADE */
 unsigned int destroying:1;
 
 /* Return the information needed to call SERVER_REC->channels_join() for