Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(command/version): make non-broken tangled.org link

Signed-off-by: Xe Iaso <me@xeiaso.net>

+1 -1
+1 -1
leveva/src/command/version.rs
··· 8 8 .param(nick) 9 9 .param(ctx.version) 10 10 .param(&ctx.name) 11 - .trailing("https://tangled.org/xeiaso.net/leveva") 11 + .trailing("https://tangled.org/xeiaso.net/ircd.rs") 12 12 .build()]; 13 13 out.extend(isupport::lines(&ctx.name, nick, &ctx.network)); 14 14 out