From 9291fbd4a0cf6c3fc6e63ab82306f30252bf9736 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 11 Nov 2019 12:00:48 -0800 Subject: [PATCH] All plugins: set Limnoria contributors as maintainer --- plugins/Admin/__init__.py | 1 + plugins/Aka/__init__.py | 1 + plugins/Alias/__init__.py | 1 + plugins/Anonymous/__init__.py | 2 +- plugins/AutoMode/__init__.py | 1 + plugins/BadWords/__init__.py | 1 + plugins/Channel/__init__.py | 1 + plugins/ChannelLogger/__init__.py | 1 + plugins/ChannelStats/__init__.py | 1 + plugins/Conditional/__init__.py | 1 + plugins/Config/__init__.py | 1 + plugins/Ctcp/__init__.py | 1 + plugins/Debug/__init__.py | 1 + plugins/Dict/__init__.py | 1 + plugins/Dunno/__init__.py | 1 + plugins/Factoids/__init__.py | 1 + plugins/Filter/__init__.py | 1 + plugins/Format/__init__.py | 1 + plugins/GPG/__init__.py | 1 + plugins/Games/__init__.py | 1 + plugins/Google/__init__.py | 1 + plugins/Hashes/__init__.py | 1 + plugins/Herald/__init__.py | 1 + plugins/Internet/__init__.py | 1 + plugins/Karma/__init__.py | 2 +- plugins/Lart/__init__.py | 2 +- plugins/Later/__init__.py | 1 + plugins/Limiter/__init__.py | 1 + plugins/Math/__init__.py | 1 + plugins/MessageParser/__init__.py | 1 + plugins/Misc/__init__.py | 1 + plugins/MoobotFactoids/__init__.py | 1 + plugins/Network/__init__.py | 1 + plugins/News/__init__.py | 1 + plugins/NickAuth/__init__.py | 1 + plugins/NickCapture/__init__.py | 1 + plugins/Nickometer/__init__.py | 2 +- plugins/Note/__init__.py | 1 + plugins/Owner/__init__.py | 1 + plugins/Plugin/__init__.py | 1 + plugins/Plugin/test.py | 18 +++++++++++++----- plugins/PluginDownloader/__init__.py | 2 +- plugins/Praise/__init__.py | 2 +- plugins/Protector/__init__.py | 1 + plugins/Quote/__init__.py | 2 +- plugins/QuoteGrabs/__init__.py | 2 +- plugins/RSS/__init__.py | 1 + plugins/Relay/__init__.py | 1 + plugins/Reply/__init__.py | 2 +- plugins/Scheduler/__init__.py | 1 + plugins/Seen/__init__.py | 1 + plugins/Services/__init__.py | 1 + plugins/ShrinkUrl/__init__.py | 1 + plugins/Status/__init__.py | 1 + plugins/String/__init__.py | 1 + plugins/Success/__init__.py | 2 +- plugins/Time/__init__.py | 1 + plugins/Todo/__init__.py | 1 + plugins/Topic/__init__.py | 1 + plugins/URL/__init__.py | 1 + plugins/Unix/__init__.py | 1 + plugins/User/__init__.py | 1 + plugins/Utilities/__init__.py | 1 + plugins/Web/__init__.py | 1 + src/__init__.py | 3 +++ 65 files changed, 79 insertions(+), 15 deletions(-) diff --git a/plugins/Admin/__init__.py b/plugins/Admin/__init__.py index 9c7f6c253..881b152c1 100644 --- a/plugins/Admin/__init__.py +++ b/plugins/Admin/__init__.py @@ -36,6 +36,7 @@ import supybot import supybot.world as world __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 # in here if you\'re keeping the plugin in CVS or some similar system. diff --git a/plugins/Aka/__init__.py b/plugins/Aka/__init__.py index eba723eb9..64c4b8603 100644 --- a/plugins/Aka/__init__.py +++ b/plugins/Aka/__init__.py @@ -42,6 +42,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.progval +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Alias/__init__.py b/plugins/Alias/__init__.py index 5f08b65f8..dc840fedf 100644 --- a/plugins/Alias/__init__.py +++ b/plugins/Alias/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Anonymous/__init__.py b/plugins/Anonymous/__init__.py index 011e0a67b..1d38eac36 100644 --- a/plugins/Anonymous/__init__.py +++ b/plugins/Anonymous/__init__.py @@ -38,8 +38,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/AutoMode/__init__.py b/plugins/AutoMode/__init__.py index 1079674d6..7ad0a9ad5 100644 --- a/plugins/AutoMode/__init__.py +++ b/plugins/AutoMode/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/BadWords/__init__.py b/plugins/BadWords/__init__.py index ab519b2cd..4a95f28a9 100644 --- a/plugins/BadWords/__init__.py +++ b/plugins/BadWords/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Channel/__init__.py b/plugins/Channel/__init__.py index 04fee5246..88063cd59 100644 --- a/plugins/Channel/__init__.py +++ b/plugins/Channel/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/ChannelLogger/__init__.py b/plugins/ChannelLogger/__init__.py index bd0406290..03ffa3893 100644 --- a/plugins/ChannelLogger/__init__.py +++ b/plugins/ChannelLogger/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/ChannelStats/__init__.py b/plugins/ChannelStats/__init__.py index 1622bd5cd..13a814564 100644 --- a/plugins/ChannelStats/__init__.py +++ b/plugins/ChannelStats/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Conditional/__init__.py b/plugins/Conditional/__init__.py index 9c53b60eb..612afc72f 100644 --- a/plugins/Conditional/__init__.py +++ b/plugins/Conditional/__init__.py @@ -42,6 +42,7 @@ import supybot.world as world __version__ = "0.1" __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 # contributions. diff --git a/plugins/Config/__init__.py b/plugins/Config/__init__.py index f7c3161ef..5adf94373 100644 --- a/plugins/Config/__init__.py +++ b/plugins/Config/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Ctcp/__init__.py b/plugins/Ctcp/__init__.py index 129d6ac2b..0cdcfca59 100644 --- a/plugins/Ctcp/__init__.py +++ b/plugins/Ctcp/__init__.py @@ -38,6 +38,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Debug/__init__.py b/plugins/Debug/__init__.py index e38e7d4dd..7413fdd1a 100644 --- a/plugins/Debug/__init__.py +++ b/plugins/Debug/__init__.py @@ -39,6 +39,7 @@ from sys import version_info __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Dict/__init__.py b/plugins/Dict/__init__.py index b83e6eb32..062daaf9d 100644 --- a/plugins/Dict/__init__.py +++ b/plugins/Dict/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Dunno/__init__.py b/plugins/Dunno/__init__.py index 0174dcbdf..439f5d58a 100644 --- a/plugins/Dunno/__init__.py +++ b/plugins/Dunno/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "0.1" __author__ = supybot.authors.strike +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Factoids/__init__.py b/plugins/Factoids/__init__.py index e064f0cba..50df45d7a 100644 --- a/plugins/Factoids/__init__.py +++ b/plugins/Factoids/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "0.1" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Filter/__init__.py b/plugins/Filter/__init__.py index cf46f1d71..4d81de7fc 100644 --- a/plugins/Filter/__init__.py +++ b/plugins/Filter/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Format/__init__.py b/plugins/Format/__init__.py index f9edde02c..c693e99c4 100644 --- a/plugins/Format/__init__.py +++ b/plugins/Format/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/GPG/__init__.py b/plugins/GPG/__init__.py index e2a567665..53a8f57fe 100644 --- a/plugins/GPG/__init__.py +++ b/plugins/GPG/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.progval +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Games/__init__.py b/plugins/Games/__init__.py index 074a9ade1..b40955326 100644 --- a/plugins/Games/__init__.py +++ b/plugins/Games/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Google/__init__.py b/plugins/Google/__init__.py index 6a7025dfb..9af164d2f 100644 --- a/plugins/Google/__init__.py +++ b/plugins/Google/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Hashes/__init__.py b/plugins/Hashes/__init__.py index cb798d88f..fb242f6a7 100644 --- a/plugins/Hashes/__init__.py +++ b/plugins/Hashes/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __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 # contributions. diff --git a/plugins/Herald/__init__.py b/plugins/Herald/__init__.py index d258de9ac..f71e37f40 100644 --- a/plugins/Herald/__init__.py +++ b/plugins/Herald/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Internet/__init__.py b/plugins/Internet/__init__.py index dc944cf96..825fa4999 100644 --- a/plugins/Internet/__init__.py +++ b/plugins/Internet/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Karma/__init__.py b/plugins/Karma/__init__.py index 56fd0164b..04990b4ad 100644 --- a/plugins/Karma/__init__.py +++ b/plugins/Karma/__init__.py @@ -38,8 +38,8 @@ import supybot.world as world # in here if you're keeping the plugin in CVS or some similar system. __version__ = "" -# XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Lart/__init__.py b/plugins/Lart/__init__.py index bf1f574b3..c0fae360f 100644 --- a/plugins/Lart/__init__.py +++ b/plugins/Lart/__init__.py @@ -38,8 +38,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Later/__init__.py b/plugins/Later/__init__.py index e818461b2..a5fe77434 100644 --- a/plugins/Later/__init__.py +++ b/plugins/Later/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Limiter/__init__.py b/plugins/Limiter/__init__.py index 8cd864ad8..d41398132 100644 --- a/plugins/Limiter/__init__.py +++ b/plugins/Limiter/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Math/__init__.py b/plugins/Math/__init__.py index 38ee8c9cb..ea8c71818 100644 --- a/plugins/Math/__init__.py +++ b/plugins/Math/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/MessageParser/__init__.py b/plugins/MessageParser/__init__.py index 35bf13556..877731588 100644 --- a/plugins/MessageParser/__init__.py +++ b/plugins/MessageParser/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "0.1" __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 # contributions. diff --git a/plugins/Misc/__init__.py b/plugins/Misc/__init__.py index 95dbd64b1..f0c4c327e 100644 --- a/plugins/Misc/__init__.py +++ b/plugins/Misc/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/MoobotFactoids/__init__.py b/plugins/MoobotFactoids/__init__.py index 3b4d71ab7..157710545 100644 --- a/plugins/MoobotFactoids/__init__.py +++ b/plugins/MoobotFactoids/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "0.1" __author__ = supybot.authors.strike +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Network/__init__.py b/plugins/Network/__init__.py index 4fb798c07..669668f52 100644 --- a/plugins/Network/__init__.py +++ b/plugins/Network/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/News/__init__.py b/plugins/News/__init__.py index 45eb3221d..6d54da603 100644 --- a/plugins/News/__init__.py +++ b/plugins/News/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.strike +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/NickAuth/__init__.py b/plugins/NickAuth/__init__.py index b49c231b5..e696c90c3 100644 --- a/plugins/NickAuth/__init__.py +++ b/plugins/NickAuth/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "" __author__ = supybot.authors.progval +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/NickCapture/__init__.py b/plugins/NickCapture/__init__.py index 88da6f503..1846b3af0 100644 --- a/plugins/NickCapture/__init__.py +++ b/plugins/NickCapture/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Nickometer/__init__.py b/plugins/Nickometer/__init__.py index 2befe2918..4bec93127 100644 --- a/plugins/Nickometer/__init__.py +++ b/plugins/Nickometer/__init__.py @@ -58,8 +58,8 @@ import supybot.world as world # in here if you're keeping the plugin in CVS or some similar system. __version__ = "" -# XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.baggins +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Note/__init__.py b/plugins/Note/__init__.py index 1b43749a4..009817e42 100644 --- a/plugins/Note/__init__.py +++ b/plugins/Note/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Owner/__init__.py b/plugins/Owner/__init__.py index 6b8ea7cd2..84ce24d56 100644 --- a/plugins/Owner/__init__.py +++ b/plugins/Owner/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Plugin/__init__.py b/plugins/Plugin/__init__.py index 19087e204..a05bcfa90 100644 --- a/plugins/Plugin/__init__.py +++ b/plugins/Plugin/__init__.py @@ -37,6 +37,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. # Note: the tests for this plugin look at some of this data - update that too diff --git a/plugins/Plugin/test.py b/plugins/Plugin/test.py index 9f2bcc1eb..35c8305f5 100644 --- a/plugins/Plugin/test.py +++ b/plugins/Plugin/test.py @@ -27,6 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. ### +import supybot from supybot.test import * class PluginTestCase(PluginTestCase): @@ -46,6 +47,8 @@ class PluginTestCase(PluginTestCase): def testAuthor(self): self.assertRegexp('plugin author plugin', 'jemfinch') + self.assertRegexp('plugin author plugin', 'maintained by %s' % + supybot.authors.limnoria_core.name) def testContributors(self): # Test ability to list contributors @@ -53,13 +56,18 @@ class PluginTestCase(PluginTestCase): # Test ability to list contributions # 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 Kevin Murphy', 'original contributors command') - self.assertRegexp('contributors Plugin James Lu', 'refactored contributors command') + self.assertRegexp('contributors Plugin skorobeus', + 'original 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__ - self.assertRegexp('contributors Plugin jemfinch', 'wrote the Plugin plugin') - self.assertRegexp('contributors Plugin Jeremy Fincher', 'wrote the Plugin plugin') + self.assertRegexp('contributors Plugin jemfinch', + '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 diff --git a/plugins/PluginDownloader/__init__.py b/plugins/PluginDownloader/__init__.py index a6a385a38..7f84a9d57 100644 --- a/plugins/PluginDownloader/__init__.py +++ b/plugins/PluginDownloader/__init__.py @@ -40,8 +40,8 @@ import supybot.world as world # in here if you're keeping the plugin in CVS or some similar system. __version__ = "" -# XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.progval +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Praise/__init__.py b/plugins/Praise/__init__.py index c605f6edb..838879125 100644 --- a/plugins/Praise/__init__.py +++ b/plugins/Praise/__init__.py @@ -38,8 +38,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Protector/__init__.py b/plugins/Protector/__init__.py index 10119a1a3..26fbad56f 100644 --- a/plugins/Protector/__init__.py +++ b/plugins/Protector/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Quote/__init__.py b/plugins/Quote/__init__.py index 65208164a..b265f754b 100644 --- a/plugins/Quote/__init__.py +++ b/plugins/Quote/__init__.py @@ -38,8 +38,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/QuoteGrabs/__init__.py b/plugins/QuoteGrabs/__init__.py index 790bfde1a..095ebd2ba 100644 --- a/plugins/QuoteGrabs/__init__.py +++ b/plugins/QuoteGrabs/__init__.py @@ -42,8 +42,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/RSS/__init__.py b/plugins/RSS/__init__.py index c06951ee4..f8a4bd924 100644 --- a/plugins/RSS/__init__.py +++ b/plugins/RSS/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Relay/__init__.py b/plugins/Relay/__init__.py index 594a53d31..575804bfd 100644 --- a/plugins/Relay/__init__.py +++ b/plugins/Relay/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Reply/__init__.py b/plugins/Reply/__init__.py index ef94b5d2d..8ca442a87 100644 --- a/plugins/Reply/__init__.py +++ b/plugins/Reply/__init__.py @@ -39,8 +39,8 @@ import supybot.world as world # 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 +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Scheduler/__init__.py b/plugins/Scheduler/__init__.py index 90de0d4b5..48cb471e0 100644 --- a/plugins/Scheduler/__init__.py +++ b/plugins/Scheduler/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Seen/__init__.py b/plugins/Seen/__init__.py index f65020800..53a94bf96 100644 --- a/plugins/Seen/__init__.py +++ b/plugins/Seen/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Services/__init__.py b/plugins/Services/__init__.py index a9af342e2..759fd302c 100644 --- a/plugins/Services/__init__.py +++ b/plugins/Services/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/ShrinkUrl/__init__.py b/plugins/ShrinkUrl/__init__.py index 58b651016..019d83e71 100644 --- a/plugins/ShrinkUrl/__init__.py +++ b/plugins/ShrinkUrl/__init__.py @@ -38,6 +38,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Status/__init__.py b/plugins/Status/__init__.py index 7f52fb26a..35236e3c1 100644 --- a/plugins/Status/__init__.py +++ b/plugins/Status/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/String/__init__.py b/plugins/String/__init__.py index 822de9f9e..aebbd7382 100644 --- a/plugins/String/__init__.py +++ b/plugins/String/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Success/__init__.py b/plugins/Success/__init__.py index 413f8a0b1..8b2a3b262 100644 --- a/plugins/Success/__init__.py +++ b/plugins/Success/__init__.py @@ -39,8 +39,8 @@ import supybot.world as world # in here if you're keeping the plugin in CVS or some similar system. __version__ = "" -# XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.strike +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Time/__init__.py b/plugins/Time/__init__.py index 6f28080b3..e9568edb6 100644 --- a/plugins/Time/__init__.py +++ b/plugins/Time/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Todo/__init__.py b/plugins/Todo/__init__.py index 82e9dc2cc..fa5e11af7 100644 --- a/plugins/Todo/__init__.py +++ b/plugins/Todo/__init__.py @@ -40,6 +40,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.strike +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Topic/__init__.py b/plugins/Topic/__init__.py index ce41f5d46..7f4b6b7f3 100644 --- a/plugins/Topic/__init__.py +++ b/plugins/Topic/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/URL/__init__.py b/plugins/URL/__init__.py index d29c26ad6..47751cd50 100644 --- a/plugins/URL/__init__.py +++ b/plugins/URL/__init__.py @@ -41,6 +41,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Unix/__init__.py b/plugins/Unix/__init__.py index 9ad081be4..64833fa79 100644 --- a/plugins/Unix/__init__.py +++ b/plugins/Unix/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/User/__init__.py b/plugins/User/__init__.py index e0a1cf970..929e56250 100644 --- a/plugins/User/__init__.py +++ b/plugins/User/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Utilities/__init__.py b/plugins/Utilities/__init__.py index 641cd996c..205cc8a88 100644 --- a/plugins/Utilities/__init__.py +++ b/plugins/Utilities/__init__.py @@ -39,6 +39,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/plugins/Web/__init__.py b/plugins/Web/__init__.py index c4eef6ff4..791f26120 100644 --- a/plugins/Web/__init__.py +++ b/plugins/Web/__init__.py @@ -37,6 +37,7 @@ import supybot.world as world __version__ = "%%VERSION%%" __author__ = supybot.authors.jemfinch +__maintainer__ = supybot.authors.limnoria_core # This is a dictionary mapping supybot.Author instances to lists of # contributions. diff --git a/src/__init__.py b/src/__init__.py index 2d2b014b8..fde30b6d4 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -81,6 +81,9 @@ class authors(object): # This is basically a bag. jlu = Author('James Lu', email='james@overdrivenetworks.com') 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. def __getattr__(self, attr): try: