MozDef/bot/README.md

28 строки
874 B
Markdown

KitnIRC - A Python IRC Bot Framework
====================================
KitnIRC is an IRC framework that attempts to handle most of the
monotony of writing IRC bots without sacrificing flexibility.
Usage
-----
See the `skeleton` directory in the root level for a starting code skeleton
you can copy into a new project's directory and build off of, and
[Getting Started](https://github.com/ayust/kitnirc/wiki/Getting-Started)
for introductory documentation.
License
-------
KitnIRC is licensed under the MIT License (see `LICENSE` for details).
Other Resources
---------------
Useful reference documents for those working with the IRC protocol as a client:
* [RFC 2812](http://tools.ietf.org/html/rfc2812)
* [ISUPPORT draft](http://tools.ietf.org/html/draft-brocklesby-irc-isupport-03)
* [List of numeric replies](https://www.alien.net.au/irc/irc2numerics.html)