diff -r 1be9411caf31 -r 75a7d595817c examples/register.lua --- a/examples/register.lua Sun May 20 06:24:50 2012 +0300 +++ b/examples/register.lua Sun May 20 06:24:53 2012 +0300 @@ -85,7 +85,4 @@ end ) end, false, 'jid' ) -commands_help['register'] = "[jid]\n\nSends registration request to jid (or current buddy). You, probably, then will need to fill and send some form." -commands_help['cancel'] = "[jid]\n\nSends registration cancellation request to jid (or current buddy). May require a form filling." - -- vim: se ts=4 sw=4: --