mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Fixes #1421 Fixes runtime spam from Pun Pun Fixes runtimes from NTIRC Fixes #1412
This commit is contained in:
@@ -29,7 +29,7 @@ var/global/ntnrc_uid = 0
|
||||
return
|
||||
for(var/message in messages)
|
||||
messages -= message
|
||||
if(messages <= 50)
|
||||
if(messages.len <= 50)
|
||||
return
|
||||
|
||||
/datum/ntnet_conversation/proc/add_client(var/datum/computer_file/program/chatclient/C)
|
||||
@@ -65,4 +65,4 @@ var/global/ntnrc_uid = 0
|
||||
return 0 // Not Authorised
|
||||
|
||||
add_status_message("[client.username] has changed channel title from [title] to [newtitle]")
|
||||
title = newtitle
|
||||
title = newtitle
|
||||
|
||||
Reference in New Issue
Block a user