From a51b50c366b37602b4bf2b1e9932f114b26a4086 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 7 Mar 2010 21:40:34 -0600 Subject: [PATCH] struct Mode: add off_mode bitfield to describe disabled channel modes. --- include/channel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/channel.h b/include/channel.h index 1e3b5bb4..5b7550e0 100644 --- a/include/channel.h +++ b/include/channel.h @@ -39,6 +39,7 @@ struct Client; struct Mode { unsigned int mode; + unsigned int off_mode; int limit; char key[KEYLEN]; unsigned int join_num;