New chat client / messenger (#10654)

This commit is contained in:
Karolis
2021-01-11 10:04:16 +01:00
committed by GitHub
parent f99e4a29c0
commit 339c531ad7
31 changed files with 858 additions and 846 deletions
@@ -11,8 +11,6 @@ var/global/datum/ntnet/ntnet_global = new()
var/list/available_software = list()
var/list/available_software_presets = list()
var/list/available_news = list()
var/list/chat_channels = list()
var/list/chat_clients = list()
var/list/fileservers = list()
var/list/datum/ntnet_account/users = list()
// Amount of logs the system tries to keep in memory. Keep below 999 to prevent byond from acting weirdly.