Add ChanServ with channel registration

REGISTER/INFO/DROP with founder auth, stored as ChannelRegistered and
ChannelDropped events so channel registrations replicate across nodes
and compact like accounts. Registration requires an identified account;
only the founder can drop.
This commit is contained in:
Jean Chevronnet 2026-07-12 08:19:58 +00:00
parent 64c6facd56
commit 89593ebeb4
No known key found for this signature in database
5 changed files with 227 additions and 25 deletions

View file

@ -1 +1,2 @@
pub mod chanserv;
pub mod nickserv;