| 1157 | } |
| 1158 | |
| 1159 | void bitfieldCommand(client *c) { |
| 1160 | bitfieldGeneric(c, BITFIELD_FLAG_NONE); |
| 1161 | } |
| 1162 | |
| 1163 | void bitfieldroCommand(client *c) { |
| 1164 | bitfieldGeneric(c, BITFIELD_FLAG_READONLY); |
nothing calls this directly
no test coverage detected