From c85df3f9267ededf13df158275be4d96311c103a Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 26 May 2021 12:52:22 -0500 Subject: [PATCH] Reply to old bot address Keep this deprecation message in so that users with this still in roster know where bot has moved. --- sgx_jmp.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sgx_jmp.rb b/sgx_jmp.rb index d9eb404a8ca910244eb0a311884af4af5f18c1d7..6947314d9d4bc138e3c3039afba8feeaf7b9dd07 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -113,6 +113,12 @@ setup( workqueue_count: 0 ) +message to: /\Aaccount@/ do |m| + self << m.reply.tap do |out| + out.body = "This bot is deprecated. Please talk to xmpp:cheogram.com" + end +end + message to: /\Acustomer_/, from: /@#{CONFIG[:sgx]}(\/|\Z)/ do |m| Customer.for_customer_id( m.to.node.delete_prefix("customer_")