Implement native IRC gateway
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s

This commit is contained in:
2026-08-11 09:38:45 +00:00
parent bb7f419ca0
commit d1e05d1b30
6 changed files with 1849 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
fn main() -> std::process::ExitCode {
libremetaverse_programs::pending_program("IRCGateway")
libremetaverse_programs::irc_gateway::main_entry()
}