Reply to old bot address

Stephen Paul Weber created

Keep this deprecation message in so that users with this still in roster know
where bot has moved.

Change summary

sgx_jmp.rb | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

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_")