mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Store who defines a command, specially when defined by ejabberd modules
This commit is contained in:
parent
2050cdffb4
commit
ccb4328d06
9 changed files with 13 additions and 8 deletions
|
@ -59,6 +59,7 @@
|
|||
policy = restricted :: open | restricted | admin | user,
|
||||
%% access is: [accessRuleName] or [{Module, AccessOption, DefaultAccessRuleName}]
|
||||
access = [] :: [{atom(),atom(),atom()}|atom()],
|
||||
definer = unknown :: atom(),
|
||||
result = {res, rescode} :: rterm() | '_' | '$2',
|
||||
args_rename = [] :: [{atom(),atom()}],
|
||||
args_desc = none :: none | [string()] | '_',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue