cleans up some unticked dm files (#18250)

This commit is contained in:
Selis
2025-08-16 05:05:52 +02:00
committed by GitHub
parent 12f2d53116
commit 61750078db
14 changed files with 25 additions and 101 deletions
-10
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"])