https://github.com/tpltnt/irc-scribble
a simple IRC bot to monitor raw IRC messages
https://github.com/tpltnt/irc-scribble
Last synced: 2 months ago
JSON representation
a simple IRC bot to monitor raw IRC messages
- Host: GitHub
- URL: https://github.com/tpltnt/irc-scribble
- Owner: tpltnt
- License: agpl-3.0
- Created: 2014-02-08T16:51:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T14:53:42.000Z (over 11 years ago)
- Last Synced: 2025-01-23T00:41:12.539Z (4 months ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
irc-scribble
============A simple script to monitor raw IRC messages. This is meant to a) study the IRC protocol and b) provide a functionality along the way. It does lack a lot of the proper protocol handling, just uses the bare minimum to get by.
license: AGPLv3 (or later)
resources
---------
* [RFC 2812: Internet Relay Chat: Client Protocol](https://tools.ietf.org/html/rfc2812)
* [RFC 2810: Internet Relay Chat: Architecture](https://tools.ietf.org/html/rfc2810)
* [RFC 1459: Internet Relay Chat Protocol](https://tools.ietf.org/html/rfc1459)
* [freenode documentation](http://freenode.net/index.shtml)
* [Willie](http://willie.dftba.net/) usable framework for actual Python IRC bots