examples/register.lua
changeset 121 75a7d595817c
parent 99 ed4676536ed9
--- 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: --