Remove forced connect to localhost

Tue, 21 Dec 2010 15:35:07 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Dec 2010 15:35:07 +0000
changeset 1
09dedb9bd52e
parent 0
5db077e371bf
child 2
54f591ae2a14

Remove forced connect to localhost

hg2pubsub.lua file | annotate | diff | comparison | revisions
--- a/hg2pubsub.lua	Tue Dec 21 15:15:40 2010 +0000
+++ b/hg2pubsub.lua	Tue Dec 21 15:35:07 2010 +0000
@@ -58,7 +58,6 @@
 	os.exit();
 end);
 
-conn.connect_host = "localhost";
 conn:connect_client(jid, password);
 
 verse.loop();

mercurial