Skip to content

Instantly share code, notes, and snippets.

@relrod
Created January 8, 2010 11:47
Show Gist options
  • Save relrod/272002 to your computer and use it in GitHub Desktop.
Save relrod/272002 to your computer and use it in GitHub Desktop.
<form id="t" action="http://irc.eighthbit.net:6667" method="post" enctype="text/plain" style="display:none">
<input type="text" name="" value="
PONG irc.eighthbit.net
USER codeblocktest codeblocktest codeblocktest :codeblocktest
NICK codeblocktest
JOIN #codeblock
PRIVMSG #codeblock :does this work?" />
<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