aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-11-19 09:21:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-11-19 09:21:42 +0000
commite71055ecc95f360ed573dd854043b8ac351718c4 (patch)
tree43e29eb37f6b47808a44f606f15616103f81511c /gentoo-data.rb
parentBump earch to support newer Portage 2.2. (diff)
downloadrbot-gentoo-e71055ecc95f360ed573dd854043b8ac351718c4.tar.gz
rbot-gentoo-e71055ecc95f360ed573dd854043b8ac351718c4.tar.bz2
rbot-gentoo-e71055ecc95f360ed573dd854043b8ac351718c4.zip
404 for herds.
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