view_linking_requests() verb

Adds the verb to call the proc whenever.
This commit is contained in:
skull132
2016-03-05 03:10:48 +02:00
parent ed0e7ca411
commit bc26d508e1
+8
View File
@@ -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