Skip to content

Instantly share code, notes, and snippets.

@pikpik
pikpik / LoriBot
Created May 15, 2012 22:36
IRC Bot in Python - Social functionals, mostly for entertainment purposes
# 28-Apr-2012
# wibblemyflibble@gmail.com
# reallyrose
# Python IRCEirtaBot
# Probably useless, poor thing.
# http://cdn.memegenerator.net/instances/400x/19655931.jpg
import time, socket, sys, string, re, random, datetime, string, urllib2, GoodUrlList
from collections import defaultdict
@pikpik
pikpik / ircbot.js
Last active December 19, 2015 18:09
An IRC bot written in JavaScript for Node.js. (MIT License)
#!/usr/local/bin/node
/*
Copyright (c) 2013 pikpik
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.