mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Updated contributors.
This commit is contained in:
parent
00d12306d4
commit
3a9194d2e4
@ -32,9 +32,15 @@ Randomly mixed insults. @config list supybot.plugins.Insult values are
|
||||
available for customizing.
|
||||
"""
|
||||
|
||||
__author__ = "Mike Taylor <bear@code-bear.com>"
|
||||
import supybot
|
||||
|
||||
__author__ = supybot.authors.bear
|
||||
__revision__ = "$Id$"
|
||||
#__contributors = ['Grant Bowman <grantbow@grantbow.com>', 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:
|
||||
|
Loading…
Reference in New Issue
Block a user