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:
parent
64c6facd56
commit
89593ebeb4
5 changed files with 227 additions and 25 deletions
|
|
@ -1 +1,2 @@
|
|||
pub mod chanserv;
|
||||
pub mod nickserv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue