Internet Relay Chat
Revision as of 14:53, 8 January 2013 by Michael Murtaugh (talk | contribs)
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>