Building an IRC bot in python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 March 2018

20 April 2014

  • curprev 14:1314:13, 20 April 2014Michael Murtaugh talk contribs 1,075 bytes +1,075 Created page with " sudo pip install irc <source lang="python"> import irc.bot class HelloBot(irc.bot.SingleServerIRCBot): def __init__(self, channel, nickname, server, port=6667): ..."