Initial: simple IRC bot implementation

This commit is contained in:
2026-01-05 17:23:49 +02:00
commit f0b12f673d
4 changed files with 301 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rs-irc"
version = "0.1.0"
edition = "2024"
authors = ["icedragon"]
[dependencies]