| 257 | } |
| 258 | |
| 259 | command_result restrictLiquid(color_ostream &out, std::vector<std::string> & params) |
| 260 | { |
| 261 | return setAllMatching(out, restrictLiquidProc); |
| 262 | } |
| 263 | |
| 264 | command_result restrictIce(color_ostream &out, std::vector<std::string> & params) |
| 265 | { |
nothing calls this directly
no test coverage detected