From eaf40ceb715465b94f4f63e807946dff18e237ac Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Apr 2004 08:13:12 +0000 Subject: [PATCH] Added __author__ string. --- plugins/Topic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Topic.py b/plugins/Topic.py index 65565112a..9daddf672 100644 --- a/plugins/Topic.py +++ b/plugins/Topic.py @@ -34,6 +34,7 @@ Provides commands for manipulating channel topics. """ __revision__ = "$Id$" +__author__ = 'Jeremy Fincher (jemfinch) ' import plugins