From 4f89e4c707579c033da030be9a2a0194c5904617 Mon Sep 17 00:00:00 2001 From: Brian Stoner Date: Wed, 7 Dec 2016 15:08:36 -0500 Subject: [PATCH] remove tablet triggering from RxInfo --- lib/DDG/Spice/RxInfo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Spice/RxInfo.pm b/lib/DDG/Spice/RxInfo.pm index a8b79f7641..3f3bd87d79 100644 --- a/lib/DDG/Spice/RxInfo.pm +++ b/lib/DDG/Spice/RxInfo.pm @@ -4,7 +4,7 @@ package DDG::Spice::RxInfo; use strict; use DDG::Spice; -triggers startend => 'pill', 'rxinfo', 'capsule', 'tablet', 'softgel', 'caplets'; +triggers startend => 'pill', 'rxinfo', 'capsule', 'softgel', 'caplets'; spice to => 'http://rximage.nlm.nih.gov/api/rximage/1/rxbase?resolution=300&includeIngredients=true&parse=$1'; spice from => '(.*?)/(\d)';