MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / findGroupsWithAdmin

Function findGroupsWithAdmin

plugins/plugin_utils/plugin_groups.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::vector<std::string> findGroupsWithAdmin(bool skipLocal) {
96 std::vector<std::string> perms;
97 perms.push_back(bz_perm_kick);
98 perms.push_back(bz_perm_ban);
99
100 return findGroupsWithPerms(perms, skipLocal);
101}
102
103// Local Variables: ***
104// mode: C++ ***

Callers 2

verifyTokenMethod · 0.85
getLevelFromGroupsMethod · 0.85

Calls 2

findGroupsWithPermsFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected