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