Update author/version/url info
This commit is contained in:
@ -20,7 +20,7 @@ import supybot.world as world
|
||||
|
||||
__version__ = "0.3.1"
|
||||
__author__ = supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net")
|
||||
__contributors__ = {supybot.Author("Terence Simpson", "stdin", "stdin@stdin.me.uk"): ['Alow configurable bantracker URL']}
|
||||
__contributors__ = {supybot.Author("Terence Simpson", "tsimpson", "tsimpson@ubuntu.com"): ['New maintainer']}
|
||||
__url__ = 'http://ubottu.com/'
|
||||
|
||||
import config
|
||||
|
@ -21,7 +21,7 @@ import supybot.world as world
|
||||
|
||||
__version__ = "2.5.1"
|
||||
__author__ = supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net")
|
||||
__contributors__ = {}
|
||||
__contributors__ = {supybot.Author("Terence Simpson", "tsimpson", "tsimpson@ubuntu.com"}
|
||||
__url__ = 'http://ubottu.com/'
|
||||
|
||||
import config
|
||||
|
@ -13,7 +13,7 @@
|
||||
###
|
||||
|
||||
"""
|
||||
This plugin is a factoid encyclopedia. Ubuntu/Debian package&file lookup
|
||||
This plugin is a factoid encyclopedia. Ubuntu/Debian package and file lookup
|
||||
funtionality has been moved to PackageInfo
|
||||
"""
|
||||
|
||||
@ -22,8 +22,8 @@ import supybot.world as world
|
||||
|
||||
__version__ = "2.3"
|
||||
__author__ = supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net")
|
||||
__contributors__ = {supybot.Author("Terence Simpson", "stdin", "stdin@stdin.me.uk"): ['sync']}
|
||||
__url__ = 'https://bots.ubuntulinux.nl'
|
||||
__contributors__ = {supybot.Author("Terence Simpson", "tsimpson", "tsimpson@ubuntu.com"): ['New Maintainer']}
|
||||
__url__ = 'http://ubottu.com'
|
||||
|
||||
import config
|
||||
reload(config)
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2008, Terence Simpson
|
||||
# Copyright (c) 2008, Terence Simpson <tsimpson@ubuntu.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of version 2 of the GNU General Public License as
|
||||
@ -19,10 +19,10 @@ Let nickserv-identified users log in without password via Launchpad
|
||||
import supybot
|
||||
import supybot.world as world
|
||||
|
||||
__version__ = "0.1"
|
||||
__author__ = supybot.Author("Terence Simpson","stdin","stdin@stdin.me.uk")
|
||||
__version__ = "0.4"
|
||||
__author__ = supybot.Author("Terence Simpson","tsimpson","tsimpson@ubuntu.com")
|
||||
__contributors__ = {}
|
||||
__url__ = 'http://jussi01.com/web/'
|
||||
__url__ = 'http://ubottu.com'
|
||||
|
||||
import config
|
||||
reload(config)
|
||||
|
@ -21,7 +21,7 @@ import supybot.world as world
|
||||
__version__ = "0.5"
|
||||
__author__ = supybot.Author('Dennis Kaarsemaker','Seveas','dennis@kaarsemaker.net')
|
||||
__contributors__ = {}
|
||||
__url__ = 'https://bots.ubuntulinux.nl'
|
||||
__url__ = 'http://ubottu.com/'
|
||||
|
||||
import config
|
||||
reload(config)
|
||||
|
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2008, Terence Simpson
|
||||
# Copyright (c) 2008, Terence Simpson <tsimpson@ubuntu.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -36,21 +36,13 @@ here. This should describe *what* the plugin does.
|
||||
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__ = "0.0.1"
|
||||
|
||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||
__author__ = supybot.Author("Terence Simpson", "stdin", "stdin@stdin.me.uk")
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
__contributors__ = {supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net"): ["Origional concept"]}
|
||||
|
||||
# This is a url where the most recent plugin package can be downloaded.
|
||||
__url__ = '' # 'http://supybot.com/Members/yourname/PackageInfo/download'
|
||||
__version__ = "0.9.0"
|
||||
__author__ = supybot.Author("Terence Simpson", "tsimpson", "tsimpson@ubuntu.com")
|
||||
__contributors__ = {supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net"): ["Origional code"]}
|
||||
__url__ = 'http://ubottu.com'
|
||||
|
||||
import config
|
||||
reload(config)
|
||||
import plugin
|
||||
reload(plugin) # In case we're being reloaded.
|
||||
import packages
|
||||
|
@ -21,7 +21,7 @@ import supybot.world as world
|
||||
__version__ = "0.3"
|
||||
__author__ = supybot.Author("Dennis Kaarsemaker","Seveas","dennis@kaarsemaker.net")
|
||||
__contributors__ = {}
|
||||
__url__ = 'http://ubotu.ubuntu-nl.org'
|
||||
__url__ = 'http://ubottu.com'
|
||||
|
||||
import config
|
||||
reload(config)
|
||||
|
Reference in New Issue
Block a user