mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Chatclient fixes 2 (#16587)
* Fixes the chat client and services. * oh how we love you * lemme talk to 'em... * a * m * lilas * bro --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -112,6 +112,8 @@ var/global/ntnrc_uid = 0
|
||||
/datum/ntnet_conversation/proc/cl_join(var/datum/computer_file/program/chat_client/Cl)
|
||||
if(!istype(Cl) || !can_see(Cl) || direct)
|
||||
return
|
||||
if(Cl.my_user in users)
|
||||
return
|
||||
var/datum/ntnet_message/join/msg = new(Cl)
|
||||
Cl.my_user.channels.Add(src)
|
||||
users.Add(Cl.my_user)
|
||||
|
||||
Reference in New Issue
Block a user