summary refs log tree commit diff
path: root/ircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircd.h')
-rw-r--r--ircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h
index fcc6ddc..0cde9e0 100644
--- a/ircd.h
+++ b/ircd.h
@@ -55,6 +55,7 @@ struct Peer
 		BIT(SNOTICE),
 	} modes;
 	char buf[MESSAGE_MAX];
+	char quit[PEER_QUIT_MAX];
 	size_t recvd, channels_c;
 	time_t last, ping;
 };