skeleton- bot skeleton for irc |
git clone git://git.acid.vegas/skeleton.git |
Log | Files | Refs | Archive | README | LICENSE |
commit a4efb1ad08120c1cc38dfbdd07288b996cb7f978
parent 4af50c243c17afd64bbd29b600bfeffe40b36e9a Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 3 Oct 2023 00:11:51 -0400 Golang example added Diffstat:
|
1 file changed, 3 insertions(+), 2 deletions(-) |
diff --git 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) |