From bafd5ea61c6aadb7b0dbc95d1cbe436cea091467 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 5b7550e0..ec6690af 100644 --- a/include/channel.h +++ b/include/channel.h @@ -52,6 +52,7 @@ struct Channel { rb_dlink_node node; struct Mode mode; + struct Mode mode_lock; char *topic; char *topic_info; time_t topic_time;