0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 14:48:56 +02:00

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 a51b50c366
commit bafd5ea61c

View file

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