Merge pull request #11480 from Tayyyyyyy/messages_window

Make it easier to slide into DMs
This commit is contained in:
variableundefined
2019-05-17 19:20:22 +08:00
committed by GitHub
3 changed files with 163 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
var/last_message = "" //contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message_count = 0 //contains a number of how many times a message identical to last_message was sent.
var/last_message_time = 0 //holds the last time (based on world.time) a message was sent
var/datum/pm_tracker/pm_tracker = new()
/////////
//OTHER//