From e86fdd4dcb37b0dadc704b0d5b86e89bdb76febe Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 16 Feb 2004 04:14:57 +0000 Subject: [PATCH] WordStats didn't have a proper __revision__. --- plugins/WordStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/WordStats.py b/plugins/WordStats.py index f6f830bed..2643b9e5a 100644 --- a/plugins/WordStats.py +++ b/plugins/WordStats.py @@ -33,7 +33,7 @@ Keeps statistics on who says what words in a channel. """ -__revision__ = "$Id" +__revision__ = "$Id$" import os import csv