From 9db7808ee5139800aa6814e63dbda84eed86200a Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 6 Jun 2008 03:51:38 +0000 Subject: Add baseline help. --- bugzilla.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bugzilla.rb b/bugzilla.rb index 75e0b2f..16ad676 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -820,6 +820,8 @@ class BugzillaPlugin < Plugin # Help strings to give the users when they are asking for it. @@help_zilla = { + "bugzilla" => "Bugzilla IRC interface: #{Bold}bug#{Bold}|#{Bold}archstats#{Bold}|#{Bold}zilla#{Bold} (zilla contains all admin and info tools)", + "bug" => "bug #{Bold}[bugzilla]#{Bold} #{Bold}number#{Bold} : show the data about given bugzilla's bug.", "archstats" => "archstats #{Bold}[bugzilla]#{Bold} #{Bold}[status]#{Bold} #{Bold}[reso]#{Bold} : show architecture summaries for given bug statuses.", -- cgit v1.2.3-65-gdbad