From b43653e76bbcb112b21828e1eacb13d9b629a658 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 5 Mar 2022 15:25:48 -0500 Subject: [PATCH] minor config and motd changes --- ircd.j2 | 8 ++++---- motd.j2 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ircd.j2 b/ircd.j2 index dada231..d83ca63 100644 --- a/ircd.j2 +++ b/ircd.j2 @@ -120,8 +120,8 @@ channel { use_knock = yes; knock_delay = 5 minutes; knock_delay_channel = 1 minute; - max_chans_per_user = 150; - max_chans_per_user_large = 300; + max_chans_per_user = 200; + max_chans_per_user_large = 500; max_bans = 100; max_bans_large = 500; default_split_user_count = 0; @@ -133,8 +133,8 @@ channel { only_ascii_channels = no; resv_forcepart = yes; channel_target_change = yes; - disable_local_channels = no; - autochanmodes = "+nt"; + disable_local_channels = yes; + autochanmodes = "+ntC"; displayed_usercount = 3; strip_topic_colors = no; opmod_send_statusmsg = no; diff --git a/motd.j2 b/motd.j2 index fa421b0..5cc5c9c 100644 --- a/motd.j2 +++ b/motd.j2 @@ -3,7 +3,7 @@ Welcome to ▌ ▌▞▀▖ ▚▗▘▙▄▌ vulpineawoo ▝▞ ▌ ▌ running sandcat-approved software since 2019 - ▘ ▘ ▘ + You are connected to {{ inventory_hostname }}{% if sponsor is defined %}, donated by {{ sponsor }}{% endif %}!