diff -r 8670320bfd85 -r 330643a82a1d init.lua --- a/init.lua Fri May 21 02:03:18 2010 +0100 +++ b/init.lua Sun May 30 02:55:31 2010 +0100 @@ -128,7 +128,7 @@ b:send(presence); end); - c:hook("binding-success", function () b:start(); end); + c:hook("ready", function () b:start(); end); if config.connect_host then c.connect_host = config.connect_host;