All plugins: set Limnoria contributors as maintainer

This commit is contained in:
James Lu 2019-11-11 12:00:48 -08:00
parent 1858eaf59e
commit 9291fbd4a0
65 changed files with 79 additions and 15 deletions

View File

@ -36,6 +36,7 @@ import supybot
import supybot.world as world import supybot.world as world
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# Use this for the version of this plugin. You may wish to put a CVS keyword # Use this for the version of this plugin. You may wish to put a CVS keyword
# in here if you\'re keeping the plugin in CVS or some similar system. # in here if you\'re keeping the plugin in CVS or some similar system.

View File

@ -42,6 +42,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.progval __author__ = supybot.authors.progval
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,8 +38,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -42,6 +42,7 @@ import supybot.world as world
__version__ = "0.1" __version__ = "0.1"
__author__ = supybot.Author('Daniel Folkinshteyn', 'nanotube', 'nanotube@users.sourceforge.net') __author__ = supybot.Author('Daniel Folkinshteyn', 'nanotube', 'nanotube@users.sourceforge.net')
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,6 +38,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ from sys import version_info
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "0.1" __version__ = "0.1"
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "0.1" __version__ = "0.1"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.progval __author__ = supybot.authors.progval
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.Author('Ken Spencer', 'kspencer/IotaSpencer', 'ken@electrocode.net') __author__ = supybot.Author('Ken Spencer', 'kspencer/IotaSpencer', 'ken@electrocode.net')
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,8 +38,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,8 +38,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "0.1" __version__ = "0.1"
__author__ = supybot.Author('Daniel Folkinshteyn', 'nanotube', 'nanotube@users.sourceforge.net') __author__ = supybot.Author('Daniel Folkinshteyn', 'nanotube', 'nanotube@users.sourceforge.net')
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "0.1" __version__ = "0.1"
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "" __version__ = ""
__author__ = supybot.authors.progval __author__ = supybot.authors.progval
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -58,8 +58,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.baggins __author__ = supybot.authors.baggins
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -37,6 +37,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.
# Note: the tests for this plugin look at some of this data - update that too # Note: the tests for this plugin look at some of this data - update that too

View File

@ -27,6 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
### ###
import supybot
from supybot.test import * from supybot.test import *
class PluginTestCase(PluginTestCase): class PluginTestCase(PluginTestCase):
@ -46,6 +47,8 @@ class PluginTestCase(PluginTestCase):
def testAuthor(self): def testAuthor(self):
self.assertRegexp('plugin author plugin', 'jemfinch') self.assertRegexp('plugin author plugin', 'jemfinch')
self.assertRegexp('plugin author plugin', 'maintained by %s' %
supybot.authors.limnoria_core.name)
def testContributors(self): def testContributors(self):
# Test ability to list contributors # Test ability to list contributors
@ -53,13 +56,18 @@ class PluginTestCase(PluginTestCase):
# Test ability to list contributions # Test ability to list contributions
# As of 2019-10-19 there is no more distinction between commands and non-commands # As of 2019-10-19 there is no more distinction between commands and non-commands
self.assertRegexp('contributors Plugin skorobeus', 'original contributors command') self.assertRegexp('contributors Plugin skorobeus',
self.assertRegexp('contributors Plugin Kevin Murphy', 'original contributors command') 'original contributors command')
self.assertRegexp('contributors Plugin James Lu', 'refactored contributors command') self.assertRegexp('contributors Plugin Kevin Murphy',
'original contributors command')
self.assertRegexp('contributors Plugin James Lu',
'refactored contributors command')
# Test handling of the plugin author, who is usually not listed in __contributors__ # Test handling of the plugin author, who is usually not listed in __contributors__
self.assertRegexp('contributors Plugin jemfinch', 'wrote the Plugin plugin') self.assertRegexp('contributors Plugin jemfinch',
self.assertRegexp('contributors Plugin Jeremy Fincher', 'wrote the Plugin plugin') 'wrote the Plugin plugin')
self.assertRegexp('contributors Plugin Jeremy Fincher',
'wrote the Plugin plugin')
# TODO: test handling of a person with multiple contributions to a command # TODO: test handling of a person with multiple contributions to a command

View File

@ -40,8 +40,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.progval __author__ = supybot.authors.progval
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,8 +38,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,8 +38,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -42,8 +42,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,8 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -38,6 +38,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,8 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system. # in here if you're keeping the plugin in CVS or some similar system.
__version__ = "" __version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -40,6 +40,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.strike __author__ = supybot.authors.strike
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -41,6 +41,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -39,6 +39,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -37,6 +37,7 @@ import supybot.world as world
__version__ = "%%VERSION%%" __version__ = "%%VERSION%%"
__author__ = supybot.authors.jemfinch __author__ = supybot.authors.jemfinch
__maintainer__ = supybot.authors.limnoria_core
# This is a dictionary mapping supybot.Author instances to lists of # This is a dictionary mapping supybot.Author instances to lists of
# contributions. # contributions.

View File

@ -81,6 +81,9 @@ class authors(object): # This is basically a bag.
jlu = Author('James Lu', email='james@overdrivenetworks.com') jlu = Author('James Lu', email='james@overdrivenetworks.com')
unknown = Author('Unknown author', email='unknown@email.invalid') unknown = Author('Unknown author', email='unknown@email.invalid')
# Set as __maintainer__ field for all built-in plugins
limnoria_core = Author('Limnoria contributors')
# Let's be somewhat safe about this. # Let's be somewhat safe about this.
def __getattr__(self, attr): def __getattr__(self, attr):
try: try: