hotfix to runescape chat

hotfix to runescape chat
This commit is contained in:
QuoteFox
2020-06-12 02:21:48 +01:00
parent d24f078cce
commit 2278ae133e
5 changed files with 735 additions and 7 deletions
+4 -3
View File
@@ -15,8 +15,6 @@
var/last_message = "" //Contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message_count = 0 //contins a number of how many times a message identical to last_message was sent.
var/ircreplyamount = 0
/// Messages currently seen by this client
var/list/seen_messages
/////////
//OTHER//
@@ -82,4 +80,7 @@
var/client_keysend_amount = 0
var/next_keysend_reset = 0
var/next_keysend_trip_reset = 0
var/keysend_tripped = FALSE
var/keysend_tripped = FALSE
/// Messages currently seen by this client
var/list/seen_messages