| 93 | } |
| 94 | |
| 95 | std::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++ *** |
no test coverage detected