From bc26d508e118e3eb2d60b0ddb1da32b38694196d Mon Sep 17 00:00:00 2001 From: skull132 Date: Sat, 5 Mar 2016 03:10:48 +0200 Subject: [PATCH] view_linking_requests() verb Adds the verb to call the proc whenever. --- code/modules/client/client procs.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 82f11d47365..92234716690 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -417,6 +417,14 @@ // Something went wrong, client is usually kicked or transfered to a new mob at this point return 0 +//I honestly can't find a good place for this atm. +//If the webinterface interaction gets more features, I'll move it. - Skull132 +/client/verb/view_linking_requests() + set name = "View Linking Requests" + set category = "OOC" + + check_linking_requests() + /client/proc/check_linking_requests() if (!config.webinterface_enabled || !config.sql_enabled) return