An open API service indexing awesome lists of open source software.

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

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