ChanServ: add SET EMAIL channel contact address
Founders can attach a contact email to a channel, shown in INFO and cleared when set empty. Mirrors SET URL exactly; Local-scope channel metadata. Completes the channel DESC/URL/EMAIL trio.
This commit is contained in:
parent
7eb1adce5e
commit
01ea0fa95e
10 changed files with 52 additions and 5 deletions
|
|
@ -152,6 +152,7 @@ fn to_wire(entry: &LogEntry) -> Option<ReplicationEvent> {
|
|||
| Event::ChannelAkickDel { .. }
|
||||
| Event::ChannelEntryMsgSet { .. }
|
||||
| Event::ChannelUrlSet { .. }
|
||||
| Event::ChannelEmailSet { .. }
|
||||
| Event::ChannelSuccessorSet { .. }
|
||||
| Event::ChannelSettingsSet { .. }
|
||||
| Event::ChannelKickerSet { .. }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue