diff -r 4e598287dec4 -r 9e39fd8a20df examples/mcabberrc.lua --- a/examples/mcabberrc.lua Fri Mar 20 19:39:34 2009 +0200 +++ b/examples/mcabberrc.lua Sat Mar 21 03:42:49 2009 +0200 @@ -153,7 +153,7 @@ print ( "\n /" .. args .. ' ' .. commands_help[args] ) else print ( "No help for this command." ) - list = "Help available for commands: " + local list = "Help available for commands: " for k in pairs (commands_help) do list = list .. k .. ', ' end @@ -257,9 +257,9 @@ dopath 'xep0030' --- IN-BOUND BYTESTREAMS (XEP-0047) +-- IN-BAND BYTESTREAMS (XEP-0047) -dopath 'xep0047' +dopath 'ibb' -- PUBLISH-SUBSRIBE (XEP-0060)