File tree 5 files changed +7
-13
lines changed
5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 41
41
# in here if you're keeping the plugin in CVS or some similar system.
42
42
__version__ = ""
43
43
44
- # XXX Replace this with an appropriate author or supybot.Author instance.
45
- __author__ = supybot .authors .unknown
44
+ __author__ = supybot .authors .progval
46
45
47
46
# This is a dictionary mapping supybot.Author instances to lists of
48
47
# contributions.
Original file line number Diff line number Diff line change 41
41
# in here if you're keeping the plugin in CVS or some similar system.
42
42
__version__ = "0.1"
43
43
44
- # XXX Replace this with an appropriate author or supybot.Author instance.
45
- __author__ = supybot .authors .unknown
44
+ __author__ = supybot .Author ('Daniel Folkinshteyn' , 'nanotube' , 'nanotube@users.sourceforge.net' )
46
45
47
46
# This is a dictionary mapping supybot.Author instances to lists of
48
47
# contributions.
Original file line number Diff line number Diff line change 39
39
# in here if you're keeping the plugin in CVS or some similar system.
40
40
__version__ = ""
41
41
42
- # XXX Replace this with an appropriate author or supybot.Author instance.
43
- __author__ = supybot .authors .unknown
42
+ __author__ = supybot .authors .progval
44
43
45
44
# This is a dictionary mapping supybot.Author instances to lists of
46
45
# contributions.
Original file line number Diff line number Diff line change 40
40
# in here if you're keeping the plugin in CVS or some similar system.
41
41
__version__ = "0.1"
42
42
43
- # XXX Replace this with an appropriate author or supybot.Author instance.
44
- __author__ = supybot .authors .unknown
45
-
43
+ __author__ = supybot .Author ('Daniel Folkinshteyn' , 'nanotube' , 'nanotube@users.sourceforge.net' )
46
44
47
45
# This is a dictionary mapping supybot.Author instances to lists of
48
46
# contributions.
49
47
__contributors__ = {}
50
48
51
49
# This is a url where the most recent plugin package can be downloaded.
52
- __url__ = '' # 'http://supybot.com/Members/yourname/MessageParser/download'
50
+ __url__ = ''
53
51
54
52
from . import config
55
53
from . import plugin
Original file line number Diff line number Diff line change 39
39
# in here if you're keeping the plugin in CVS or some similar system.
40
40
__version__ = ""
41
41
42
- # XXX Replace this with an appropriate author or supybot.Author instance.
43
- __author__ = supybot .authors .unknown
42
+ __author__ = supybot .authors .progval
44
43
45
44
# This is a dictionary mapping supybot.Author instances to lists of
46
45
# contributions.
47
46
__contributors__ = {}
48
47
49
48
# This is a url where the most recent plugin package can be downloaded.
50
- __url__ = '' # 'http://supybot.com/Members/yourname/NickAuth/download'
49
+ __url__ = ''
51
50
52
51
from . import config
53
52
from . import plugin
You can’t perform that action at this time.
0 commit comments