From e71055ecc95f360ed573dd854043b8ac351718c4 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 19 Nov 2010 09:21:42 +0000 Subject: 404 for herds. --- gentoo-data.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gentoo-data.rb') 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 -- cgit v1.2.3-65-gdbad