mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Cleans up some unticked dm files (#11438)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
91bb52b6d4
commit
f7bef32db9
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user