This commit is contained in:
Lain Iwakura 2025-07-18 14:46:50 +03:00
parent d1f1c85985
commit 4d8e41e74c
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -222,6 +222,9 @@ func wsHandler(w http.ResponseWriter, r *http.Request) {
} else if buffer == "society" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "NO PITY FOR THE VICES OF SOCIETY\nBETTER THAT THE BEST."})
buffer = ""
} else if buffer == "source" {
conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://git.iwakurahome.ru/lain/gbio"})
buffer = ""
}
}
}