https://github.com/an-empty-string/pyirc
I don't actually remember writing any of this so it's probably best if you don't use it.
https://github.com/an-empty-string/pyirc
Last synced: 8 months ago
JSON representation
I don't actually remember writing any of this so it's probably best if you don't use it.
- Host: GitHub
- URL: https://github.com/an-empty-string/pyirc
- Owner: an-empty-string
- Created: 2014-07-04T23:04:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T21:57:37.000Z (about 11 years ago)
- Last Synced: 2023-08-01T03:58:01.709Z (over 2 years ago)
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyIRC
## Introduction
PyIRC is a simple evented IRC framework.
## A Short Example
For an example, take a look at `example.py`.
## Projects using this
My [Wispybot](https://github.com/fwilson42/wispybot) is a modular IRC bot
framework which uses PyIRC.