Fixes #1421, #1412 + runtimes (#1422)

Fixes #1421
Fixes runtime spam from Pun Pun
Fixes runtimes from NTIRC
Fixes #1412
This commit is contained in:
skull132
2017-01-07 20:33:33 +02:00
committed by GitHub
parent b5f9920c46
commit f0f1c6b899
4 changed files with 7 additions and 6 deletions

View File

@@ -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