Skip to content

Instantly share code, notes, and snippets.

@relrod
Created January 18, 2010 22:25
Show Gist options
  • Save relrod/280434 to your computer and use it in GitHub Desktop.
Save relrod/280434 to your computer and use it in GitHub Desktop.
<form id="t" action="http://irc.freenode.net:6667" method="post" enctype="text/plain" style="display:none">
<input type="text" name="" value="
PONG irc.freenode.net
USER hello_world hello_world hello_world :hello world
NICK hello_world
JOIN #jbopre
PRIVMSG #jbopre :test
" />
<input type="submit" />
</form>
<script type="text/javascript">document.getElementById('t').submit()</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment