diff options
-rw-r--r-- | irssi-MASTER/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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"; \ |