Internet Relay Chat: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
Public IRC: http://quakenet.org, http://freenode.net | Public IRC: http://quakenet.org, http://freenode.net | ||
== Clients == | |||
=== IRC Clients === | |||
* Pidgin | |||
* | |||
=== Browser Plugins === | |||
* [https://addons.mozilla.org/en-US/firefox/addon/chatzilla/ ChatZilla] | |||
=== Web IRC Interfaces === | |||
* [[http://kiwiirc.com/ Kiwi IRC]] a free javascript/web based IRC client | |||
== Using in python == | == Using in python == |
Revision as of 15:01, 8 January 2013
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
Clients
IRC Clients
- Pidgin
Browser Plugins
Web IRC Interfaces
- [Kiwi IRC] a free javascript/web based IRC client
Using in python
- irc library for python
Creating a bot in python
<source lang="python"> ... </soure>