Skip to content

Commit

Permalink
connect: minor comment rework
Browse files Browse the repository at this point in the history
  • Loading branch information
c00kiemon5ter committed Jan 16, 2013
1 parent cab3ac9 commit 5a120a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ for network in $networks; do
# cleanup
rm -f "$ircdir/$server/in"

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

Expand Down

0 comments on commit 5a120a1

Please sign in to comment.