Dev team chat (#26669)

* dev team chat initial

* oops

* refactor who code

* allow discord relay

* yeet some un-needed stuff

* tweak the role colour

* Update code/__DEFINES/admin_defines.dm

Co-authored-by: ROdenFL <ROdenFL@yandex.ru>
Signed-off-by:  Sean <12197162+S34NW@users.noreply.github.com>

* .Add to +=

* Update config/example/config.toml

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Signed-off-by:  Sean <12197162+S34NW@users.noreply.github.com>

---------

Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com>
Co-authored-by: ROdenFL <ROdenFL@yandex.ru>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Sean
2024-09-03 16:49:45 +00:00
committed by GitHub
co-authored by ROdenFL AffectedArc07
parent e0da59f5ea
commit 73e861b7c0
29 changed files with 268 additions and 148 deletions
+7 -1
View File
@@ -272,7 +272,7 @@
if(length(GLOB.admin_ranks))
new_rank = input("Please select a rank", "New rank", null, null) as null|anything in (GLOB.admin_ranks|"*New Rank*")
else
new_rank = input("Please select a rank", "New rank", null, null) as null|anything in list("Mentor", "Trial Admin", "Game Admin", "*New Rank*")
new_rank = input("Please select a rank", "New rank", null, null) as null|anything in list("Mentor", "Trial Admin", "Game Admin", "Developer", "*New Rank*")
var/rights = 0
if(D)
@@ -1275,6 +1275,12 @@
usr.client.view_msays()
else if(href_list["devsays"])
if(!check_rights(R_ADMIN | R_DEV_TEAM))
return
usr.client.view_devsays()
else if(href_list["tdome1"])
if(!check_rights(R_SERVER|R_EVENT)) return