Okay, it's time for me to show how much of a noob I am again. I have basic idea of what IRC is, but I have no idea where it is or how to set it up. All I know is that it sounds awesome :3
Any help? :P
look at this: https://powdertoy.co.uk/Wiki/W/Irc_setup.html
boxmein:
@NUCLER_FOX (View Post)
Cryptocat is a super-secure chat room system for super-secure stuff.
>edit:
Anyone who wants a fancy IRC link added to their top bar should totally get this user script! (Also my first userscript to properly work)
// ==UserScript==
// @name IRC Links for TPT
// @namespace boxmein.web44.net
// @include https://powdertoy.co.uk/*
// @version 0.1
// ==/UserScript==
var el = document.createElement("div");
el.setAttribute("id", "genIRCDiv");
el.innerHTML = '<a class="Item" href="http://webchat.freenode.net/?channels=powder">IRC Webchat</a>';
document.getElementById("Header").appendChild(el);
More noobiness, userscript? How?
Thanks for the help. I'm now on IRC :3