struct Channel: add mode_lock structure to the channel object.
This commit is contained in:
parent
a51b50c366
commit
bafd5ea61c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue