Turned 'menu' command into 'dashboard'
This commit is contained in:
@ -15,13 +15,13 @@ regchat = function(name, command_table)
|
||||
end
|
||||
|
||||
-- ===================================================================
|
||||
-- /menu
|
||||
-- /dashboard
|
||||
-- Presents a menu of options to users
|
||||
regchat(
|
||||
"menu", {
|
||||
"dashboard", {
|
||||
privs = {},
|
||||
func = function(user)
|
||||
local result = modpol.menu(user)
|
||||
local result = modpol.dashboard(user)
|
||||
return true, result
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user