Skip to content

Commit

Permalink
Stopping the reader at stop_trigger_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea authored Feb 14, 2024
1 parent 23ffc9f commit b6f178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/NICReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ NICReceiver::NICReceiver(const std::string& name)
{
register_command("conf", &NICReceiver::do_configure);
register_command("start", &NICReceiver::do_start);
register_command("stop", &NICReceiver::do_stop);
register_command("stop_trigger_sources", &NICReceiver::do_stop);
register_command("scrap", &NICReceiver::do_scrap);
}

Expand Down

0 comments on commit b6f178d

Please sign in to comment.