From 3a9194d2e45d7edd1104ea8f17e19153e68c3353 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 1 Oct 2004 04:13:32 +0000 Subject: [PATCH] Updated contributors. --- plugins/Insult.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/plugins/Insult.py b/plugins/Insult.py index 8f2fa47d6..904a0e23a 100644 --- a/plugins/Insult.py +++ b/plugins/Insult.py @@ -32,9 +32,15 @@ Randomly mixed insults. @config list supybot.plugins.Insult values are available for customizing. """ -__author__ = "Mike Taylor " +import supybot + +__author__ = supybot.authors.bear __revision__ = "$Id$" -#__contributors = ['Grant Bowman ', supybot.authors.jemfinch] +__contributors__ = { + supybot.authors.grantbow: ['dirty word configuration option', + 'cleanup and style fixes'] +} + # The list of words came from the mozbot Insult.bm module # The header of that module has the following credit: