Finish channel flag admin message

This commit is contained in:
Hri7566 2024-07-10 17:05:17 -04:00
parent 71960104eb
commit c970faa928
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ export const ch_flag: ServerEventListener<"ch_flag"> = {
const ch = ChannelList.getList().find(c => c.getID() == chid);
if (!ch) return;
ch.setFlag(msg.key, msg.value);
}
};