Implement native IRC gateway
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn main() -> std::process::ExitCode {
|
||||
libremetaverse_programs::pending_program("IRCGateway")
|
||||
libremetaverse_programs::irc_gateway::main_entry()
|
||||
}
|
||||
|
||||
1573
programs/src/irc_gateway.rs
Normal file
1573
programs/src/irc_gateway.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
|
||||
pub mod commands;
|
||||
pub mod inventory_explorer;
|
||||
pub mod irc_gateway;
|
||||
pub mod osd_inspector;
|
||||
pub mod packet_dump;
|
||||
pub mod prim_inspector;
|
||||
|
||||
Reference in New Issue
Block a user