# HG changeset patch # User Matthew Wild # Date 1275184531 -3600 # Node ID 330643a82a1d52f692a5dfc868752d583835c2a2 # Parent 8670320bfd8526713552c61da9cbfbc2dc26fac2 riddim: Hook Verse's new 'ready' event instead of 'binding-success' 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;