| 1239 | } |
| 1240 | |
| 1241 | void bitfieldCommand(client *c) { |
| 1242 | bitfieldGeneric(c, BITFIELD_FLAG_NONE); |
| 1243 | } |
| 1244 | |
| 1245 | void bitfieldroCommand(client *c) { |
| 1246 | bitfieldGeneric(c, BITFIELD_FLAG_READONLY); |
nothing calls this directly
no test coverage detected