diff options
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 |