Skip to content

Instantly share code, notes, and snippets.

View jrabbit's full-sized avatar
🍡

Jack Laxson jrabbit

🍡
View GitHub Profile
@jrabbit
jrabbit / gist:1517124
Created December 24, 2011 10:59 — forked from anonymous/pythonirc
Python irc
#nibbler.py
import sys
import socket
import string
class connection (object):
__init__(self):
self.network = "irc.freenode.net"