struct Channel: add mode_lock structure to the channel object.

This commit is contained in:
William Pitcock 2010-03-07 21:41:06 -06:00
parent 34f6a40e79
commit dc45456c96
1 changed files with 1 additions and 0 deletions

View File

@ -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;