mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
Bump version to 2020.01.05
This commit is contained in:
parent
f01f9789fc
commit
5675a97857
@ -38,7 +38,7 @@ from supybot import world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -35,7 +35,7 @@ GitLab: Plugin for communication and notifications with a GitLab instance
|
|||||||
import supybot
|
import supybot
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
__version__ = ""
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me')
|
__author__ = supybot.Author('Moritz Lipp', 'mlq', 'mail@mlq.me')
|
||||||
__maintainer__ = getattr(supybot.authors, 'jlu',
|
__maintainer__ = getattr(supybot.authors, 'jlu',
|
||||||
|
@ -39,7 +39,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
# Replace this with an appropriate author or supybot.Author instance.
|
# Replace this with an appropriate author or supybot.Author instance.
|
||||||
__author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net")
|
__author__ = supybot.Author("Kevin Funk", "KRF", "krf@electrostorm.net")
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -42,7 +42,7 @@ from supybot import world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -26,7 +26,7 @@ import supybot
|
|||||||
from supybot import world
|
from supybot import world
|
||||||
|
|
||||||
# Use this for the version of this plugin.
|
# Use this for the version of this plugin.
|
||||||
__version__ = ""
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -35,7 +35,7 @@ Restart plugin: provides a command to restart Limnoria from IRC.
|
|||||||
import supybot
|
import supybot
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
__contributors__ = {}
|
__contributors__ = {}
|
||||||
|
@ -35,7 +35,7 @@ RhymeZone: Fetches rhymes from http://rhymezone.com/.
|
|||||||
import supybot
|
import supybot
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -36,7 +36,7 @@ History replacer using sed-style expressions.
|
|||||||
import supybot
|
import supybot
|
||||||
import supybot.world as world
|
import supybot.world as world
|
||||||
|
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
__author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk")
|
__author__ = supybot.Author("Michael Daniel Telatynski", "t3chguy", "postmaster@webdevguru.co.uk")
|
||||||
__contributors__ = {supybot.Author("James Lu", "GLolol", "glolol@overdrivenetworks.com"):
|
__contributors__ = {supybot.Author("James Lu", "GLolol", "glolol@overdrivenetworks.com"):
|
||||||
["options bolding the replacement text", "misc. bug fixes and enhancements"],
|
["options bolding the replacement text", "misc. bug fixes and enhancements"],
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -37,7 +37,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = getattr(supybot.authors, 'jlu',
|
__author__ = getattr(supybot.authors, 'jlu',
|
||||||
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
supybot.Author('James Lu', 'GLolol', 'james@overdrivenetworks.com'))
|
||||||
|
@ -38,7 +38,7 @@ import supybot.world as world
|
|||||||
|
|
||||||
# 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.
|
||||||
__version__ = "2019.07.09+git"
|
__version__ = "2020.01.05"
|
||||||
|
|
||||||
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
|
__author__ = supybot.Author('quantumlemur', 'quantumlemur',
|
||||||
'quantumlemur@users.sourceforge.net')
|
'quantumlemur@users.sourceforge.net')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user