riddim: Hook Verse's new 'ready' event instead of 'binding-success'

Sun, 30 May 2010 02:55:31 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 30 May 2010 02:55:31 +0100
changeset 24
330643a82a1d
parent 23
8670320bfd85
child 25
b1f95474104f

riddim: Hook Verse's new 'ready' event instead of 'binding-success'

init.lua file | annotate | diff | comparison | revisions
--- 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;

mercurial