From a764359d3db3e23662d483d153a8eb5b05d908e2 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Thu, 6 May 2004 15:12:41 +0000 Subject: [PATCH] Author strings, yay. --- plugins/Dunno.py | 1 + plugins/MoobotFactoids.py | 1 + plugins/Note.py | 1 + plugins/Poll.py | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Dunno.py b/plugins/Dunno.py index 830d3d4df..34e210349 100644 --- a/plugins/Dunno.py +++ b/plugins/Dunno.py @@ -35,6 +35,7 @@ random "I dunno"-like responses. """ __revision__ = "$Id$" +__author__ = "Daniel DiPaolo (Strike) " import os import time diff --git a/plugins/MoobotFactoids.py b/plugins/MoobotFactoids.py index e745314d3..948b4cf36 100644 --- a/plugins/MoobotFactoids.py +++ b/plugins/MoobotFactoids.py @@ -37,6 +37,7 @@ and if nothing is found, responds with an entry from the "dunno" database. """ __revision__="$Id$" +__author__ = "Daniel DiPaolo (Strike) " import plugins diff --git a/plugins/Note.py b/plugins/Note.py index 570e53ad7..56ed80516 100644 --- a/plugins/Note.py +++ b/plugins/Note.py @@ -35,6 +35,7 @@ users that can be retrieved later. """ __revision__ = "$Id$" +__author__ = "Daniel DiPaolo (Strike) " import plugins diff --git a/plugins/Poll.py b/plugins/Poll.py index ea0bc1ff4..7e4ed3ce0 100644 --- a/plugins/Poll.py +++ b/plugins/Poll.py @@ -35,7 +35,7 @@ A module for managing and voting on polls. """ __revision__ = "$Id$" - +__author__ = "Daniel DiPaolo (Strike) " import plugins import os