mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 07:47:11 +01:00
@@ -179,3 +179,8 @@ var/global/datum/ntnet/ntnet_global = new()
|
||||
if(A.login == login)
|
||||
return 1
|
||||
return 0
|
||||
|
||||
/datum/ntnet/proc/get_chat_channel_by_id(id)
|
||||
for(var/datum/ntnet_conversation/chan in chat_channels)
|
||||
if(chan.id == id)
|
||||
return chan
|
||||
|
||||
Reference in New Issue
Block a user