Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. function p1()
  3. {
  4. var socket = new io.Socket("irc.nl.project-apollo.co.uk", {port: 6667});
  5. socket.connect();
  6. alert("connected");
  7. }
  8. </script>
  9. <input type="button" value="CONNECT" onclick="p1()">
Add Comment
Please, Sign In to add comment