opensource-force / ircd

A minimal IRC server
17 stars 1 forks source link

Adding datastructures to track Modes #31

Closed DitchTurtL closed 11 months ago

DitchTurtL commented 11 months ago

@wick3dr0se

We should be able to use tables here. +mode we add it to the table, -mode we remove it. It should be low impact to iterate these short lists when we need them.