Skip to content

Instantly share code, notes, and snippets.

@vardrop
vardrop / irc.py
Created October 29, 2018 21:21 — forked from primaryobjects/irc.py
A simple IRC client written in Python.
#
# [2016-03-14] Challenge #258 [Easy] IRC: Making a Connection
# https://www.reddit.com/r/dailyprogrammer/comments/4ad23z/20160314_challenge_258_easy_irc_making_a/
#
import socket
input = """chat.freenode.net:6667
dude1267