2021-05-03 22:49:03 +00:00
# skeleton
> asyncronous bot skeleton for the internet relay chat protocol
## Requirements
2019-06-28 06:23:40 +00:00
* [Python ](https://www.python.org/downloads/ ) *(* *Note:** This script was developed to be used with the latest version of Python)*
2021-05-03 22:49:03 +00:00
## Information
This is just a basic structure to help setup a bot. The bots have no use by default. It is asyncronous, can log to file, handle basic I/O, flood control, etc.
## IRC RCF Reference
2019-06-28 06:23:40 +00:00
- http://www.irchelp.org/protocol/rfc/
2023-10-03 03:32:37 +00:00
___
###### Mirrors
[acid.vegas ](https://git.acid.vegas/skeleton ) • [GitHub ](https://github.com/acidvegas/skeleton ) • [GitLab ](https://gitlab.com/acidvegas/skeleton ) • [SuperNETs ](https://git.supernets.org/acidvegas/skeleton )