Skip to content

Instantly share code, notes, and snippets.

@that4chanwolf
that4chanwolf / gist:4435901
Created January 2, 2013 16:36
Kumagawa.pl
use Irssi;
use strict;
sub halp {
print("I'm a fucking loser.");
};
sub loser {
my ($text, $server) = @_;
if($text eq '') {
@that4chanwolf
that4chanwolf / HoroHoroHoro.user.js
Created August 31, 2012 17:19
HoroHoroHoro.user.js
// ==UserScript==
// @name HoroHoroHoro
// @match *://boards.4chan.org/*
// @delay 1
// ==/UserScript==
var log
if( !console.log ) {
log = unsafeWindow.console.log;