Skip to content

Instantly share code, notes, and snippets.

@duckinator
Created December 14, 2009 02:42
Show Gist options
  • Save duckinator/255735 to your computer and use it in GitHub Desktop.
Save duckinator/255735 to your computer and use it in GitHub Desktop.
echo "irc.eighthbit.net 6667"
echo "USER A B C D"
echo "NICK foo"
echo "JOIN #offtopic"
while true; do
echo -n
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment