Skip to content

Commit

Permalink
connect: default port should be 6667 - non-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
c00kiemon5ter committed Jun 17, 2012
1 parent 7b830e3 commit cda2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for network in $networks; do

# connect to netwrok
# password is set through the env var synonym to the network name
ii -i "$ircdir" -n "$nick" -k "$network" -s "$server" -p "${port:-6697}" &
ii -i "$ircdir" -n "$nick" -k "$network" -s "$server" -p "${port:-6667}" &
pid="$!"

# wait for the connection
Expand Down

0 comments on commit cda2813

Please sign in to comment.