From f9e321fbe2b7942d3579b82d37b98eb7b6b21857 Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Mon, 4 Mar 2019 15:49:10 +0000 Subject: [PATCH] Moves discord verbs to "Special Verbs" instead of "OOC" --- code/modules/discord/accountlink.dm | 2 +- code/modules/discord/notify.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/discord/accountlink.dm b/code/modules/discord/accountlink.dm index 8fe5d69271e..c65d7da1440 100644 --- a/code/modules/discord/accountlink.dm +++ b/code/modules/discord/accountlink.dm @@ -1,6 +1,6 @@ // DONT TOUCH ANYTHING IN HERE UNLESS YOU KNOW WHAT YOU ARE DOING -affected /client/verb/linkdiscord() - set category = "OOC" + set category = "Special Verbs" set name = "Link Discord Account" set desc = "Link your discord account to your BYOND account." var/user_ckey = sanitizeSQL(usr.ckey) // Probably not neccassary but better safe than sorry diff --git a/code/modules/discord/notify.dm b/code/modules/discord/notify.dm index bca1b38f954..a5bfac04940 100644 --- a/code/modules/discord/notify.dm +++ b/code/modules/discord/notify.dm @@ -1,6 +1,6 @@ // DONT TOUCH ANYTHING IN HERE UNLESS YOU KNOW WHAT YOU ARE DOING -affected /client/verb/notify_restart() - set category = "OOC" + set category = "Special Verbs" set name = "Notify Restart" set desc = "Notifies you on Discord when the server restarts." if(!config.sql_enabled)