mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-02 22:03:52 +00:00
* Handle channel name filter checks in memory With this commit, name filters are loaded into memory when the server loads and new channels are compared against these memory values VS hitting the database each time. * Minor formatting tweaks