mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 12:59:22 +01:00
Author strings, yay.
This commit is contained in:
parent
583f08f3da
commit
a764359d3d
@ -35,6 +35,7 @@ random "I dunno"-like responses.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
|
||||
|
||||
import os
|
||||
import time
|
||||
|
@ -37,6 +37,7 @@ and if nothing is found, responds with an entry from the "dunno" database.
|
||||
"""
|
||||
|
||||
__revision__="$Id$"
|
||||
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
|
||||
|
||||
import plugins
|
||||
|
||||
|
@ -35,6 +35,7 @@ users that can be retrieved later.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
|
||||
|
||||
import plugins
|
||||
|
||||
|
@ -35,7 +35,7 @@ A module for managing and voting on polls.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
__author__ = "Daniel DiPaolo (Strike) <ddipaolo AT users DOT sf DOT net>"
|
||||
import plugins
|
||||
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user