examples/register.lua
changeset 121 75a7d595817c
parent 99 ed4676536ed9
equal deleted inserted replaced
120:1be9411caf31 121:75a7d595817c
    83 			function ( mesg )
    83 			function ( mesg )
    84 				main.print_info ( who, 'Unregistering failed: ' .. mesg )
    84 				main.print_info ( who, 'Unregistering failed: ' .. mesg )
    85 			end )
    85 			end )
    86 	end, false, 'jid' )
    86 	end, false, 'jid' )
    87 
    87 
    88 commands_help['register'] = "[jid]\n\nSends registration request to jid (or current buddy). You, probably, then will need to fill and send some form."
       
    89 commands_help['cancel'] = "[jid]\n\nSends registration cancellation request to jid (or current buddy). May require a form filling."
       
    90 
       
    91 -- vim: se ts=4 sw=4: --
    88 -- vim: se ts=4 sw=4: --