Turned 'menu' command into 'dashboard'
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
|
||||
-- ===================================================================
|
||||
-- Function: modpol.menu(user)
|
||||
-- Function: modpol.dashboard(user)
|
||||
-- Params: user (string)
|
||||
-- Q: Should this return a menu of commands relevant to the specific user?
|
||||
-- Output: Displays a menu of commands to the user
|
||||
-- TKTK currently a manually curated list---needs major improvement
|
||||
modpol.menu = function(user)
|
||||
modpol.dashboard = function(user)
|
||||
local output = "Command list:"
|
||||
for key,value in pairs(command_list) do
|
||||
output = output .. "/" .. value .. " "
|
||||
|
Reference in New Issue
Block a user