minor config and motd changes
This commit is contained in:
parent
b0b277bda7
commit
b43653e76b
2 changed files with 5 additions and 5 deletions
8
ircd.j2
8
ircd.j2
|
@ -120,8 +120,8 @@ channel {
|
||||||
use_knock = yes;
|
use_knock = yes;
|
||||||
knock_delay = 5 minutes;
|
knock_delay = 5 minutes;
|
||||||
knock_delay_channel = 1 minute;
|
knock_delay_channel = 1 minute;
|
||||||
max_chans_per_user = 150;
|
max_chans_per_user = 200;
|
||||||
max_chans_per_user_large = 300;
|
max_chans_per_user_large = 500;
|
||||||
max_bans = 100;
|
max_bans = 100;
|
||||||
max_bans_large = 500;
|
max_bans_large = 500;
|
||||||
default_split_user_count = 0;
|
default_split_user_count = 0;
|
||||||
|
@ -133,8 +133,8 @@ channel {
|
||||||
only_ascii_channels = no;
|
only_ascii_channels = no;
|
||||||
resv_forcepart = yes;
|
resv_forcepart = yes;
|
||||||
channel_target_change = yes;
|
channel_target_change = yes;
|
||||||
disable_local_channels = no;
|
disable_local_channels = yes;
|
||||||
autochanmodes = "+nt";
|
autochanmodes = "+ntC";
|
||||||
displayed_usercount = 3;
|
displayed_usercount = 3;
|
||||||
strip_topic_colors = no;
|
strip_topic_colors = no;
|
||||||
opmod_send_statusmsg = no;
|
opmod_send_statusmsg = no;
|
||||||
|
|
2
motd.j2
2
motd.j2
|
@ -3,7 +3,7 @@ Welcome to
|
||||||
▌ ▌▞▀▖
|
▌ ▌▞▀▖
|
||||||
▚▗▘▙▄▌ vulpineawoo
|
▚▗▘▙▄▌ vulpineawoo
|
||||||
▝▞ ▌ ▌ running sandcat-approved software since 2019
|
▝▞ ▌ ▌ running sandcat-approved software since 2019
|
||||||
▘ ▘ ▘
|
|
||||||
|
|
||||||
You are connected to {{ inventory_hostname }}{% if sponsor is defined %}, donated by {{ sponsor }}{% endif %}!
|
You are connected to {{ inventory_hostname }}{% if sponsor is defined %}, donated by {{ sponsor }}{% endif %}!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue