mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Server maint subsystem (#9408)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4f9bd4462d
commit
f72f2f8c89
@@ -2,7 +2,7 @@
|
||||
/client/verb/wiki(query as text)
|
||||
set name = "wiki"
|
||||
set desc = "Type what you want to know about. This will open the wiki on your web browser."
|
||||
set category = "OOC.Resources" //CHOMPEdit
|
||||
set category = "OOC.Resources"
|
||||
if(CONFIG_GET(string/wikiurl))
|
||||
if(query)
|
||||
if(CONFIG_GET(string/wikisearchurl))
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
/client/verb/hotkeys_help()
|
||||
set name = "hotkeys-help"
|
||||
set category = "OOC.Resources" //CHOMPEdit
|
||||
set category = "OOC.Resources"
|
||||
|
||||
var/admin = {"<font color='AD5AAD'>
|
||||
Admin:
|
||||
|
||||
Reference in New Issue
Block a user