mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] [MDB IGNORE] Lets admins cancel out of sending an announcement (#8430)
* Lets admins cancel out of sending an announcement (#61717) * Lets admins cancel out of sending an announcement Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
parent
964193fd3e
commit
85b6d0f6ab
@@ -33,7 +33,7 @@
|
||||
if(!check_rights(0))
|
||||
return
|
||||
|
||||
var/message = input("Global message to send:", "Admin Announce", null, null) as message
|
||||
var/message = input("Global message to send:", "Admin Announce", null, null) as message|null
|
||||
if(message)
|
||||
if(!check_rights(R_SERVER,0))
|
||||
message = adminscrub(message,500)
|
||||
|
||||
Reference in New Issue
Block a user