diff --git a/plugins/Scheduler.py b/plugins/Scheduler.py index 9e76e6a52..212c36161 100644 --- a/plugins/Scheduler.py +++ b/plugins/Scheduler.py @@ -34,6 +34,8 @@ Gives the user the ability to schedule commands to run at a particular time, or repeatedly run at a particular interval. """ +__revision__ = "$Id$" + import plugins import sets diff --git a/plugins/Words.py b/plugins/Words.py index 22739838c..820f609fc 100644 --- a/plugins/Words.py +++ b/plugins/Words.py @@ -33,6 +33,8 @@ This handles interesting things to do with a dictionary (words) database. """ +__revision__ = "$Id$" + import supybot import plugins diff --git a/src/ansi.py b/src/ansi.py index 597a2e48a..ab7b9dcb6 100644 --- a/src/ansi.py +++ b/src/ansi.py @@ -48,6 +48,8 @@ Color Usage: def clrtoeol(): 'Clears screen to end of line' """ +__revision__ = "$Id$" + ################################ # C O L O R C O N S T A N T S # ################################