2021-05-03 22:49:03 +00:00
## Information
2024-01-20 22:53:26 +00:00
This is a basic skeleton for building your own bots for Internet Relay Chat *(IRC)* usage. It is asyncronous, can log to file, handle basic I/O, flood control, etc.
2021-05-03 22:49:03 +00:00
2023-10-12 18:20:36 +00:00
A skeleton in Python & Golang *(beta)* are in this repository.
2023-10-03 04:11:51 +00:00
2023-10-12 18:20:36 +00:00
Join ** #dev ** on **irc.supernets.org** for help building IRC bots frm scratch!
2019-06-28 06:23:40 +00:00
2023-10-12 18:20:36 +00:00
###### References
- **RFC1459** - [Internet Relay Chat Protocol ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc1459.txt )
- **RFC2810** - [Internet Relay Chat: Architecture ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc2810.txt )
- **RFC2811** - [Internet Relay Chat: Channel Management ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc2811.txt )
- **RFC2812** - [Internet Relay Chat: Client Protocol ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc2812.txt )
- **RFC2813** - [Internet Relay Chat: Server Protocol ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc2813.txt )
- **RFC7194** - [Default Port for Internet Relay Chat (IRC) via TLS/SSL ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/rfc/rfc7194.txt )
- [Numerics & Events ](https://raw.githubusercontent.com/internet-relay-chat/archive/master/numerics.txt )
2023-10-03 03:32:37 +00:00
2024-01-20 22:53:26 +00:00
###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/skeleton) • [SuperNETs](https://git.supernets.org/acidvegas/skeleton) • [GitHub](https://github.com/acidvegas/skeleton) • [GitLab](https://gitlab.com/acidvegas/skeleton) • [Codeberg](https://codeberg.org/acidvegas/skeleton)