examples/remote.lua
changeset 121 75a7d595817c
parent 99 ed4676536ed9
equal deleted inserted replaced
120:1be9411caf31 121:75a7d595817c
    64 					main.print_info ( who, ("Remote commands list for %s failed: %s"):format ( who, mesg ) )
    64 					main.print_info ( who, ("Remote commands list for %s failed: %s"):format ( who, mesg ) )
    65 				end )
    65 				end )
    66 		end
    66 		end
    67 	end, true, 'jid' )
    67 	end, true, 'jid' )
    68 
    68 
    69 commands_help['remote'] = "[-t target_jid] [remote_command]\n\nPrints list of available remote command or requests execution of specified command."
       
    70 
       
    71 -- vim: se ts=4 sw=4: --
    69 -- vim: se ts=4 sw=4: --