From 92f146469a4ec2ac95b9e10a55d8eadb7f683069 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 24 Nov 2007 12:10:05 +0000 Subject: Also run links so that servercomplete has the servers git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@309 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- irssi-MASTER/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irssi-MASTER') diff --git a/irssi-MASTER/Makefile b/irssi-MASTER/Makefile index ffbbd1c..7f757c4 100644 --- a/irssi-MASTER/Makefile +++ b/irssi-MASTER/Makefile @@ -68,7 +68,7 @@ chatnets.tmp: ~/.oftc-hosts ~/.oftc-port ~/.oftc-testnet-port Makefile echo "# $$name" >> "$@" && \ printf '"OFTC-%s" = { \ type = "IRC"; \ - autosendcmd = "wait -OFTC-%s $(WAIT)"; \ + autosendcmd = "links; wait -OFTC-%s $(WAIT)"; \ cmdmax = "512"; \ cmdspeed = "10"; \ max_kicks = "1"; \ @@ -85,7 +85,7 @@ chatnets.tmp: ~/.oftc-hosts ~/.oftc-port ~/.oftc-testnet-port Makefile \ printf '"TESTNET-%s" = { \ type = "IRC"; \ - autosendcmd = "wait -TESTNET-%s $(WAIT)"; \ + autosendcmd = "links; wait -TESTNET-%s $(WAIT)"; \ cmdmax = "512"; \ cmdspeed = "10"; \ max_kicks = "1"; \ -- cgit v1.2.3