summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 5f68a30..56b0bb1 100644
--- a/zshrc
+++ b/zshrc
@@ -223,14 +223,14 @@ if [ "$HOSTNAME" = 'asteria' ] && [ -x /usr/bin/sudo ] ; then
if [ -e "$HOME/.oftc-testnet-port" ]; then
oftcircport="--port=`cat $HOME/.oftc-testnet-port`"
else
- oftcircport=""
+ oftcircport="--port=16667"
fi
(
sudo cat /home/oftc/testnet-hybrid/etc/ircd.conf | $HOME/bin/list-servers
echo "neutron 86.59.21.34"
) | while read name ip; do
alias -g $name-testnet-ip="$ip"
- alias irssi-testnet-$name="irssi --home=$HOME/.irssi-$name --connect=$ip --port=16667 --nick=weasel-$name $oftcircport"
+ alias irssi-testnet-$name="irssi --home=$HOME/.irssi-$name --connect=$ip --nick=weasel-$name $oftcircport"
done
fi