Random Project

Good starting point for modification

I had to change

from twisted.protocols import irc

to

from twisted.words.protocols import irc

in order to get it to run, but it does what it says on the tin, and works really well as a base to built a more complex bot from if you’ve not done this sort of thing before.