This commit is contained in:
shoopea 2020-04-07 10:27:05 +08:00
parent f3ae25efec
commit 361cde4b3e

View File

@ -30,7 +30,7 @@ func loadClients() error {
muxClients.Lock() muxClients.Lock()
for _, c := range clts { for _, c := range clts {
cx := ChirpClient{ cx := ChirpClient{
Config: ChirpConfig{ Config: &ChirpConfig{
InterceptPillage: true, InterceptPillage: true,
Wartime: `🛡Defend`, Wartime: `🛡Defend`,
}, },