override: only engage override code if we're needing to authorize a WRITE to a channel's state (closes #65)
This commit is contained in:
parent
c7708a0994
commit
202d496644
8 changed files with 32 additions and 9 deletions
|
@ -82,6 +82,7 @@ typedef struct
|
|||
struct membership *msptr;
|
||||
struct Client *target;
|
||||
int approved;
|
||||
int dir;
|
||||
} hook_data_channel_approval;
|
||||
|
||||
typedef struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue