summaryrefslogtreecommitdiff
path: root/src/core/channel-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channel-rec.h')
-rw-r--r--src/core/channel-rec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channel-rec.h b/src/core/channel-rec.h
index 2ff6a536..f3ec5f8d 100644
--- a/src/core/channel-rec.h
+++ b/src/core/channel-rec.h
@@ -22,6 +22,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