-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME
More file actions
18 lines (15 loc) · 662 Bytes
/
README
File metadata and controls
18 lines (15 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
IRCUtils is a Python framework for communicating with the IRC protocol.
It's designed for ease of use for anything you'd need. It also has fast
and simple support for writing IRC bots. Its features include:
* Asynchronous connection management
* Abstraction of the IRC protocol
* Simple bot creation
* SSL connection support
* Easy text formatting
* Automatic tracking of client nickname changes
* Automatic channel tracking
* CTCP compatibility
* Advanced message handling
* Basic ident server
:Home page: http://dev.guardedcode.com/projects/ircutils/
:Documentation: http://dev.guardedcode.com/docs/ircutils/