https://github.com/acidvegas/skeleton
Bot skeleton 💀 for the Internet Relay Chat (IRC) protocol
https://github.com/acidvegas/skeleton
bot internet-relay-chat irc irc-bot skeleton
Last synced: 3 months ago
JSON representation
Bot skeleton 💀 for the Internet Relay Chat (IRC) protocol
- Host: GitHub
- URL: https://github.com/acidvegas/skeleton
- Owner: acidvegas
- License: isc
- Created: 2016-01-15T16:18:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T22:58:25.000Z (about 1 year ago)
- Last Synced: 2024-05-21T00:59:07.873Z (9 months ago)
- Topics: bot, internet-relay-chat, irc, irc-bot, skeleton
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Information
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.A skeleton in Python & Golang *(beta)* are in this repository.
Join **#dev** on **irc.supernets.org** for help building IRC bots frm scratch!
###### 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)___
###### 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)