diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 03:51:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-06 03:51:38 +0000 |
commit | 9db7808ee5139800aa6814e63dbda84eed86200a (patch) | |
tree | b261a73a1ad29e2cb5f5a79ca5b09b4eae931f58 | |
parent | Use the right names for the map call, it helps a lot ;-). (diff) | |
download | rbot-bugzilla-9db7808ee5139800aa6814e63dbda84eed86200a.tar.gz rbot-bugzilla-9db7808ee5139800aa6814e63dbda84eed86200a.tar.bz2 rbot-bugzilla-9db7808ee5139800aa6814e63dbda84eed86200a.zip |
Add baseline help.
-rw-r--r-- | bugzilla.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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.", |