Skip to content

Instantly share code, notes, and snippets.

"""
Basic IRC bot using Twisted.
Code is by habnabit, and comes from https://gist.github.com/habnabit/5823693
"""
import sys
from twisted.internet import defer, endpoints, protocol, reactor, task
from twisted.python import log
from twisted.words.protocols import irc