Hotfix: this was still being used in one place, but got removed
1 files changed, 9 insertions(+), 0 deletions(-) M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +9 -0
@@ 666,6 666,15 @@ Command.new( end }.register(self).then(&CommandList.method(:register)) def reply_with_note(iq, text, type: :info) reply = iq.reply reply.status = :completed reply.note_type = type reply.note_text = text self << reply end command :execute?, node: "web-register" do |iq| StatsD.increment("command", tags: ["node:#{iq.node}"])