[MIRROR] Cleans up some unticked dm files (#11438)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-15 20:31:27 -07:00
committed by GitHub
parent 91bb52b6d4
commit f7bef32db9
12 changed files with 25 additions and 30 deletions

View File

@@ -112,16 +112,6 @@
cmd_mentor_pm(C, null)
return
if(href_list["irc_msg"])
if(!check_rights_for(src, R_HOLDER) && received_irc_pm < world.time - 6000) //Worse they can do is spam IRC for 10 minutes
to_chat(src, span_warning("You are no longer able to use this, it's been more than 10 minutes since an admin on IRC has responded to you"))
return
if(mute_irc)
to_chat(usr, span_warning("You cannot use this as your client has been muted from sending messages to the admins on IRC"))
return
send2adminirc(href_list["irc_msg"])
return
//VOREStation Add
if(href_list["discord_reg"])
var/their_id = html_decode(href_list["discord_reg"])