From 81395a56d62fdb829f8423166e284f9264fbf1ac Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Thu, 28 Oct 2004 06:40:20 +0000 Subject: [PATCH] A little self-gratification ;) --- src/Channel.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Channel.py b/src/Channel.py index 5c27f08f8..dd092b14f 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -36,6 +36,9 @@ import supybot __revision__ = "$Id$" __author__ = supybot.authors.jemfinch +__contributors__ = { + supybot.authors.skorobeus: ['enable', 'disable'], + } import supybot.fix as fix