CBanDB::Write

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

NameDescription
banSetThe bans to persist.