Writes the given set of bans to the banlist database.
Synopsis
Declared in <addrdb.h>
bool
Write(banmap_t const& banSet);
Return Value
true if the banlist was written successfully.
Parameters
Name |
Description |
banSet |
The bans to persist. |
Created with MrDocs