diff -r 1be9411caf31 -r 75a7d595817c examples/attention.lua --- a/examples/attention.lua Sun May 20 06:24:50 2012 +0300 +++ b/examples/attention.lua Sun May 20 06:24:53 2012 +0300 @@ -35,8 +35,6 @@ attention.send ( lm.connection.bless ( connection ), who, args[1] ) end, true, 'jid' ) -commands_help['attention'] = "[-t to] [message]\n\nTries to get buddy's attention." - local attention_handler = lm.message_handler.new ( attention.message_handler ) local attention_handler_registered = false