diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-03 06:01:39 +0000 |
---|---|---|
committer | root <root@speedracer.orbis-terrarum.net> | 2008-06-03 06:01:39 +0000 |
commit | 809898955f7a054e0b18d86ebcd71c4f92f3647a (patch) | |
tree | 8ce6f2cb6c0b0dbea1f02e90e52e82e271afd032 | |
parent | Channels might not start with #. (diff) | |
download | rbot-bugzilla-809898955f7a054e0b18d86ebcd71c4f92f3647a.tar.gz rbot-bugzilla-809898955f7a054e0b18d86ebcd71c4f92f3647a.tar.bz2 rbot-bugzilla-809898955f7a054e0b18d86ebcd71c4f92f3647a.zip |
Add my name to the authors, i've written enough code.
-rw-r--r-- | bugzilla.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb index c8d0eb5..2e8bf18 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -588,7 +588,7 @@ class BugzillaPlugin < Plugin end def plugin_credits(m, params) - m.reply "Copyright (C) 2005-2008 Diego Pettenò. Distributed under Affero General Public License version 3." + m.reply "Copyright (C) 2005-2008 Diego Pettenò & Robin H. Johnson. Distributed under Affero General Public License version 3." end # Adds announcement for bugs on the given zilla to the channel |