rubot/src/lib.rs
reverse 33fbe7d5fc
Remove code comments
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 16:24:30 +00:00

7 lines
103 B
Rust

pub mod bot;
pub mod config;
pub mod irc;
pub fn log(msg: &str) {
eprintln!("[rustbot] {msg}");
}