mirror of https://tildegit.org/ben/dotfiles
use localhost address for tilde.chat
parent
7b67b72ba4
commit
3e6e36c7f5
|
@ -152,10 +152,10 @@ usermode = ""
|
|||
username = "${env:USER}"
|
||||
|
||||
[server]
|
||||
tilde.addresses = "tilde.chat/6697"
|
||||
tilde.addresses = "localhost"
|
||||
tilde.proxy
|
||||
tilde.ipv6
|
||||
tilde.ssl = on
|
||||
tilde.ssl = off
|
||||
tilde.ssl_cert
|
||||
tilde.ssl_priorities
|
||||
tilde.ssl_dhkey_size
|
||||
|
@ -180,7 +180,7 @@ tilde.local_hostname
|
|||
tilde.usermode
|
||||
tilde.command = "/oper root ${sec.data.tildenetoper}; /msg operserv login ${sec.data.pass}"
|
||||
tilde.command_delay
|
||||
tilde.autojoin = "#opers,#secret-sudoers,#meta,#team,#sudoers,#YourTilde,#chaos,#town,#bots,#music,#share,#stevenuniverse,#suwp,#projects,#politics,#dnd,#journal,#shitposting,#quotes,#gopher,#tildeverse,#venting,#idlerpg,#tilderadio,#zaphod,#thunix,#yee,#modded,#minecraft,#minetest,#bbj youneedtoknowthepassword,secretsudoteam"
|
||||
tilde.autojoin = "#secret-sudoers,#opers,#meta,#team,#sudoers,#YourTilde,#chaos,#town,#bots,#music,#share,#stevenuniverse,#suwp,#projects,#politics,#dnd,#journal,#shitposting,#quotes,#gopher,#tildeverse,#venting,#idlerpg,#tilderadio,#zaphod,#thunix,#yee,#modded,#minecraft,#minetest,#bbj secretsudoteam,youneedtoknowthepassword"
|
||||
tilde.autorejoin
|
||||
tilde.autorejoin_delay
|
||||
tilde.connection_timeout
|
||||
|
@ -221,7 +221,7 @@ hashbang.local_hostname
|
|||
hashbang.usermode
|
||||
hashbang.command = "/oper benharri x"
|
||||
hashbang.command_delay
|
||||
hashbang.autojoin = "#!opers,#!support,#!space,#!politics,#!os,#!social,#!,#dots"
|
||||
hashbang.autojoin = "#dots,#!,#!social,#!os,#!politics,#!space,#!support,#!opers"
|
||||
hashbang.autorejoin
|
||||
hashbang.autorejoin_delay
|
||||
hashbang.connection_timeout
|
||||
|
@ -344,7 +344,7 @@ sdf.local_hostname
|
|||
sdf.usermode
|
||||
sdf.command
|
||||
sdf.command_delay
|
||||
sdf.autojoin = "#helpdesk,#anonradio,#gopher,#sdf"
|
||||
sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk"
|
||||
sdf.autorejoin
|
||||
sdf.autorejoin_delay
|
||||
sdf.connection_timeout
|
||||
|
@ -426,7 +426,7 @@ oftc.local_hostname
|
|||
oftc.usermode
|
||||
oftc.command
|
||||
oftc.command_delay
|
||||
oftc.autojoin = "#fish,#debian-next,#debian,#debian-devel"
|
||||
oftc.autojoin = "#debian-devel,#fish,#debian-next,#debian"
|
||||
oftc.autorejoin
|
||||
oftc.autorejoin_delay
|
||||
oftc.connection_timeout
|
||||
|
|
Loading…
Reference in New Issue