struct Channel: add mode_lock structure to the channel object.
This commit is contained in:
parent
34f6a40e79
commit
dc45456c96
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue