From a77ab689eb1d6ba15f3f2195d70bcdc464b0c74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 14 May 2015 06:22:58 +0200 Subject: degesch: irc_{host,port} -> addresses Now you can finally specify multiple addresses to connect to. --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index 38227aa..daef9f8 100755 --- a/test +++ b/test @@ -20,7 +20,7 @@ expect_after { } # Connect to the daemon -send "/set server.irc_host = \"localhost\"\n" +send "/set server.addresses = \"localhost\"\n" expect "Option changed" send "/disconnect\n" expect "]" -- cgit v1.2.3