Skip to content

Commit

Permalink
DDG: fill in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lu committed Dec 20, 2014
1 parent ad0a5dd commit e9d9167
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DDG/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,23 @@
DDG: Searches for results on DuckDuckGo.
"""

import supybot
iimport 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__ = ""

# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown
__author__ = supybot.Author('James Lu', 'GLolol',
'GLolol@overdrive.pw')

# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {}

# This is a url where the most recent plugin package can be downloaded.
__url__ = ''
__url__ = 'https://github.com/GLolol/SupyPlugins/'

from . import config
from . import plugin
Expand Down

0 comments on commit e9d9167

Please sign in to comment.