Internet Relay Chat

From XPUB & Lens-Based wiki
Revision as of 15:53, 8 January 2013 by Michael Murtaugh (talk | contribs)

wikipedia:Internet Relay Chat

Servers

As free software, anyone can download and run IRC server. In addition, there are many public IRC servers where you can create your own channels.

Public IRC: http://quakenet.org, http://freenode.net

Using in python

  • irc library for python

Creating a bot in python

<source lang="python"> ... </soure>