Update plugin author/maintainer data

This commit is contained in:
James Lu 2019-11-16 12:26:32 -08:00
parent 22146bcb08
commit cbd953b32c
21 changed files with 53 additions and 65 deletions

View File

@ -40,8 +40,8 @@ from supybot import world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -39,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -39,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -38,6 +38,8 @@ import supybot.world as world
__version__ = ""
__author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me')
__maintainer__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
__contributors__ = {}

View File

@ -43,6 +43,9 @@ __version__ = "2019.07.09+git"
# Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net")
__maintainer__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {

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.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
NoTrigger: mangle the bot's text to prevent triggering other bots
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -44,8 +44,8 @@ from supybot import world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -1,5 +1,5 @@
###
# Copyright (c) 2014, James Lu (GLolol)
# Copyright (c) 2014, James Lu <james@overdrivenetworks.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
Allows the bot to oper up on connect.
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
Fetch package repository data for various *nix distributions.
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -28,7 +28,8 @@ from supybot import world
# Use this for the version of this plugin.
__version__ = ""
__author__ = supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# 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.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -39,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -36,7 +36,8 @@ import supybot
import supybot.world as world
__version__ = "2019.07.09+git"
__author__ = supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
__contributors__ = {}
__url__ = 'https://github.com/jlu5/SupyPlugins/'

View File

@ -35,12 +35,10 @@ RhymeZone: Fetches rhymes from http://rhymezone.com/.
import supybot
import supybot.world as world
# 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.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -43,6 +43,9 @@ __contributors__ = {supybot.Author("James Lu", "GLolol", "glolol@overdrivenetwor
supybot.Author('nyuszika7h', 'nyuszika7h', 'nyuszika7h@openmailbox.org'):
["_unpack_sed method within plugin.py"]
}
__maintainer__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
__url__ = 'https://github.com/jlu5/SupyPlugins'
from . import config

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
SupyMisc: assorted commands that don't seem to fit anywhere else
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
SysDNS: perform DNS lookups using the 'host' command on the host machine
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
Translate text through multiple rounds of Google Translate for amusing results.
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -29,8 +29,7 @@
###
"""
Add a description of the plugin (to be presented to the user inside the wizard)
here. This should describe *what* the plugin does.
A simple plugin to track polls.
"""
import supybot
@ -40,9 +39,8 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('James Lu', 'GLolol',
'james@overdrivenetworks.com')
__author__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.

View File

@ -40,20 +40,17 @@ import supybot.world as world
# in here if you're keeping the plugin in CVS or some similar system.
__version__ = "2019.07.09+git"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
'quantumlemur@users.sourceforge.net')
__maintainer__ = getattr(supybot.authors, 'jlu',
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
if not hasattr(supybot.authors, 'progval'):
supybot.authors.progval = supybot.Author('Valentin Lorentz', 'ProgVal',
'progval@gmail.com')
__contributors__ = {supybot.authors.progval: ['enhance configurability',
'many bug fixes',
'internationalization'],
supybot.Author('James Lu', 'GLolol', 'glolol@overdrivenetworks.com'):
['formatting updates',
__maintainer__: ['formatting updates',
'multiple wiki support']}
__url__ = 'https://github.com/jlu5/SupyPlugins'