Skip to content
/ libirc Public
forked from m13253/libirc

A Python module that allows you to connect to IRC in a simple way

License

Notifications You must be signed in to change notification settings

FXuZ/libirc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libirc
========
A Python module that allows you to connect to IRC in a simple way.
This module can work on both Python 2 and 3, however, you need to use Unicode
strings if you use Python 2.

This module has two layers: IRCConnection and IRCClient.
The former uses polling, and the latter, which can handle more things like name listing, uses callback.

For example, view EXAMPLE.

About

A Python module that allows you to connect to IRC in a simple way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages