aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo-data.rb')
-rw-r--r--gentoo-data.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoo-data.rb b/gentoo-data.rb
index 77cbd72..43d86be 100644
--- a/gentoo-data.rb
+++ b/gentoo-data.rb
@@ -165,6 +165,8 @@ class GentooPlugin < Plugin
elsif notherds.has_key?(params[:herd])
herddata = notherds[params[:herd]]
m.reply "(#{params[:herd]}) #{herddata}"
+ else
+ m.reply "No such herd #{params[:herd]}"
end
end