diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:16:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-12 22:29:23 +0100 |
commit | 7a438c17063b92a23f9ab133a88097861a6f4527 (patch) | |
tree | bfe30e790be92d6c70bfd3eb8edd87134d028dbf /include/conf.h | |
parent | 900d62df078e136d108edce85f6ce2b0c852c6ac (diff) |
Add support for configurable initial channel modes
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index 85ca5e6..b2e47f5 100644 --- a/include/conf.h +++ b/include/conf.h @@ -279,6 +279,7 @@ struct config_channel_entry int no_join_on_split; int default_split_server_count; int default_split_user_count; + unsigned int default_modes; }; struct config_server_hide |