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-05 17:47:56 +0100 |
commit | 634111fc07826dcf7f1f408c5186dc9f842d2a5c (patch) | |
tree | f5afb868285fb4438f4f00574f63f1ef5c0392f0 /include | |
parent | 0a892daa10889c2c29855276c0ac34082dea6dfa (diff) |
Add support for configurable initial channel modes
Diffstat (limited to 'include')
-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 6ec4dcd..f761819 100644 --- a/include/conf.h +++ b/include/conf.h @@ -282,6 +282,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 |