Sending adminpms from IRC. (#19097)

* Sending adminpms from IRC.

* added limit of 2 messages sent to irc per irc message recieved.
This commit is contained in:
Shadowlight213
2016-07-13 11:40:18 +12:00
committed by oranges
parent 7a05f7b033
commit b4b21842db
3 changed files with 144 additions and 53 deletions
+1
View File
@@ -10,6 +10,7 @@
var/jobbancache = null //Used to cache this client's jobbans to save on DB queries
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
/////////
//OTHER//