echo/memoserv/src
Jean 5d1bfb3144
BotServ: DONTKICKVOICES, plus neutral code comments
KICK <#channel> DONTKICKVOICES <on|off> exempts voiced users from the
kickers. The network view now tracks +v the same way it tracks +o: a new
ChannelVoice event is parsed from FMODE +v/-v and from +v join prefixes,
and set_voice/is_voiced mirror set_op/is_op (voice is cleared on part and
quit). scan_ops generalised to scan_status for any status letter.

Also scrubbed third-party project name-drops from code comments.
2026-07-13 18:19:37 +00:00
..
del.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
lib.rs BotServ: DONTKICKVOICES, plus neutral code comments 2026-07-13 18:19:37 +00:00
list.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
read.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00
send.rs Split BotServ and MemoServ into one-file-per-command modules 2026-07-13 14:01:59 +00:00