admin helps, but working this time.

This commit is contained in:
Poojawa
2018-09-30 11:17:12 -05:00
parent b85c84f277
commit 685010c866
21 changed files with 1069 additions and 175 deletions
+1
View File
@@ -12,6 +12,7 @@
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//
+4 -1
View File
@@ -57,7 +57,7 @@
if(mute_irc)
usr << "<span class='warning'You cannot use this as your client has been muted from sending messages to the admins on IRC</span>"
return
cmd_admin_irc_pm(href_list["irc_msg"])
send2adminirc(href_list["irc_msg"])
return
@@ -111,6 +111,8 @@
clients += src
directory[ckey] = src
GLOB.ahelp_tickets.ClientLogin(src)
//Admin Authorisation
holder = admin_datums[ckey]
if(holder)
@@ -176,6 +178,7 @@
if(holder)
holder.owner = null
admins -= src
GLOB.ahelp_tickets.ClientLogout(src)
directory -= ckey
clients -= src
return ..()