diff options
Diffstat (limited to 'Sluift')
-rw-r--r-- | Sluift/core.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sluift/core.lua b/Sluift/core.lua index 89c96ba..daa8636 100644 --- a/Sluift/core.lua +++ b/Sluift/core.lua @@ -961,7 +961,7 @@ register_help(Component.process_events) -- component:set_command{to = 'alice@wonderland.lit', command = { type = 'execute', node = 'uptime' }} -- local get_set_shortcuts = { - get = {'software_version', 'disco_items', 'xml', 'dom', 'vcard'}, + get = {'software_version', 'disco_items', 'disco_info', 'xml', 'dom', 'vcard'}, set = {'command', 'vcard'} } for query_action, query_types in pairs(get_set_shortcuts) do |