diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-14 06:22:58 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-14 06:25:34 +0200 |
commit | a77ab689eb1d6ba15f3f2195d70bcdc464b0c74c (patch) | |
tree | b465a69c8149b52ef67c773f3dfb3dcdb6199f41 /test | |
parent | c5b38842bf34cf914d926dec844aac93bf197207 (diff) | |
download | xK-a77ab689eb1d6ba15f3f2195d70bcdc464b0c74c.tar.gz xK-a77ab689eb1d6ba15f3f2195d70bcdc464b0c74c.tar.xz xK-a77ab689eb1d6ba15f3f2195d70bcdc464b0c74c.zip |
degesch: irc_{host,port} -> addresses
Now you can finally specify multiple addresses to connect to.
Diffstat (limited to 'test')
-rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "]" |