From dc45456c960d0ddd8241e79de0e9efc787733d5f Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 7 Mar 2010 21:41:06 -0600 Subject: [PATCH] struct Channel: add mode_lock structure to the channel object. --- include/channel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/channel.h b/include/channel.h index 917ee26..64bd1b1 100644 --- a/include/channel.h +++ b/include/channel.h @@ -51,6 +51,7 @@ struct Channel { rb_dlink_node node; struct Mode mode; + struct Mode mode_lock; char *topic; char *topic_info; time_t topic_time;