mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Fix the __authors__/__contributors__ thing.
This commit is contained in:
parent
1c5faf37b2
commit
2c05cac06d
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
###
|
###
|
||||||
# Copyright (c) 2002, Jeremiah Fincher
|
# Copyright (c) 2002, 2003, 2004, Jeremiah Fincher, Grant Bowman, et alii
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -33,9 +33,7 @@
|
|||||||
Provides a multitude of fun, useless commands.
|
Provides a multitude of fun, useless commands.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = "jemfinch"
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
__contributors__ = ["Grant Bowman <grantbow@grantbow.com>"]
|
|
||||||
|
|
||||||
import supybot.plugins as plugins
|
import supybot.plugins as plugins
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user