Added basic modpol.interactions.message
This commit is contained in:
@ -15,10 +15,10 @@ regchat = function(name, command_table)
|
||||
end
|
||||
|
||||
-- ===================================================================
|
||||
-- /dashboard
|
||||
-- /modpol
|
||||
-- Presents a menu of options to users
|
||||
regchat(
|
||||
"dashboard", {
|
||||
"modpol", {
|
||||
privs = {},
|
||||
func = function(user)
|
||||
modpol.dashboard(user)
|
||||
@ -102,7 +102,7 @@ regchat(
|
||||
"pollself", {
|
||||
privs = {},
|
||||
func = function(user, param)
|
||||
modpol.binary_poll_user(user, param)
|
||||
modpol.interactions.binary_poll_user(user, param)
|
||||
return true, result
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user