| 215 | } |
| 216 | |
| 217 | void UnpauseEvent(bool full_scan = false){ |
| 218 | DEBUG(plugin).print("UnpauseEvent()\n"); |
| 219 | ChannelManager::Get().build_groups(full_scan); |
| 220 | ChannelManager::Get().manage_groups(); |
| 221 | DEBUG(plugin).print("UnpauseEvent() exits\n"); |
| 222 | } |
| 223 | |
| 224 | void JobStartedEvent(color_ostream &out, void* j) { |
| 225 | if (enabled && World::isFortressMode() && Maps::IsValid()) { |
no test coverage detected