From a4efb1ad08120c1cc38dfbdd07288b996cb7f978 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 3 Oct 2023 00:11:51 -0400 Subject: [PATCH] Golang example added --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75d46bf..a988181 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ ## 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) \ No newline at end of file +[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)