19 lines
754 B
Markdown
19 lines
754 B
Markdown
# skeleton
|
|
> asyncronous bot skeleton for the internet relay chat protocol
|
|
|
|
## Requirements
|
|
* [Python](https://www.python.org/downloads/) *(**Note:** This script was developed to be used with the latest version of Python)*
|
|
|
|
## 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.
|
|
|
|
An example in Python & Golang (beta) are in this repository.
|
|
|
|
## IRC RCF Reference
|
|
- http://www.irchelp.org/protocol/rfc/
|
|
|
|
___
|
|
|
|
###### 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)
|